Files
bsdports/lang/python34/files/00273-skip-float-test.patch
2019-12-26 07:26:06 +00:00

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