Commit a44361ea authored by Jack Jansen's avatar Jack Jansen

LongReprTest fails on the Mac because it uses filenames with more than

32 characters per component. This makes mkdir() calls and such fail with EINVAL.

For now I am disabling the test on the Mac, and I'll open a bugreport.
parent eb2d36c9
......@@ -266,4 +266,5 @@ class ClassWithFailingRepr:
run_unittest(ReprTests)
run_unittest(LongReprTest)
if os.name != 'mac':
run_unittest(LongReprTest)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment