Add forgotten patch 273
This commit is contained in:
parent
ff4d630818
commit
1b6cec384d
12
00273-skip-float-test.patch
Normal file
12
00273-skip-float-test.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/Lib/test/test_float.py b/Lib/test/test_float.py
|
||||
index 66726d6496d..3318fa5df59 100644
|
||||
--- a/Lib/test/test_float.py
|
||||
+++ b/Lib/test/test_float.py
|
||||
@@ -141,6 +141,7 @@ class GeneralFloatCases(unittest.TestCase):
|
||||
# non-UTF-8 byte string
|
||||
check(b'123\xa0')
|
||||
|
||||
+ @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
|
Loading…
Reference in New Issue
Block a user