mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 02:51:18 +02:00
create bsd12 branch
This commit is contained in:
13
lang/python34/files/00273-skip-float-test.patch
Normal file
13
lang/python34/files/00273-skip-float-test.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user