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 146a37b commit b749800Copy full SHA for b749800
Lib/test/test_locale.py
@@ -349,8 +349,7 @@ def setUp(self):
349
enc = codecs.lookup(locale.getencoding() or 'ascii').name
350
if enc not in ('utf-8', 'iso8859-1', 'cp1252'):
351
raise unittest.SkipTest('encoding not suitable')
352
- if enc != 'iso8859-1' and (sys.platform == 'darwin' or is_android or
353
- sys.platform.startswith('freebsd')):
+ if enc != 'iso8859-1' and is_android:
354
raise unittest.SkipTest('wcscoll/wcsxfrm have known bugs')
355
BaseLocalizedTest.setUp(self)
356
0 commit comments