mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
14 lines
576 B
Diff
14 lines
576 B
Diff
diff --git a/Lib/test/test_float.py b/Lib/test/test_float.py
|
|
index 24fe128..d7dd939 100644
|
|
--- a/Lib/test/test_float.py
|
|
+++ b/Lib/test/test_float.py
|
|
@@ -107,7 +107,7 @@ class GeneralFloatCases(unittest.TestCase):
|
|
else:
|
|
self.fail("Expected int(%r) to raise a ValueError", s)
|
|
|
|
-
|
|
+ @unittest.skip('Fails in Koji: https://bugzilla.redhat.com/show_bug.cgi?id=1484497')
|
|
@support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
|
def test_float_with_comma(self):
|
|
# set locale to something that doesn't use '.' for the decimal point
|