We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfdda2 commit 1b8dcdaCopy full SHA for 1b8dcda
Lib/test/test_locale.py
@@ -351,8 +351,7 @@ def setUp(self):
351
enc = codecs.lookup(locale.getencoding() or 'ascii').name
352
if enc not in ('utf-8', 'iso8859-1', 'cp1252'):
353
raise unittest.SkipTest('encoding not suitable')
354
- if enc != 'iso8859-1' and (sys.platform == 'darwin' or is_android or
355
- sys.platform.startswith('freebsd')):
+ if enc != 'iso8859-1' and is_android:
356
raise unittest.SkipTest('wcscoll/wcsxfrm have known bugs')
357
BaseLocalizedTest.setUp(self)
358
0 commit comments