mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
skip test_macostools when UCS4 is enabled
This commit is contained in:
parent
9b69ed9d67
commit
6f5a2b52ae
2 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,9 @@ class TestMacostools(unittest.TestCase):
|
|||
|
||||
|
||||
def test_main():
|
||||
# Skip on wide unicode
|
||||
if len(u'\0'.encode('unicode-internal')) == 4:
|
||||
raise test_support.TestSkipped("test_macostools is broken in USC4")
|
||||
test_support.run_unittest(TestMacostools)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue