mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
test_macos can be skipped on non-mac platforms.
This commit is contained in:
parent
be504f1795
commit
8f40f0635b
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ class _ExpectedSkips:
|
||||||
self.expected.add('test_imageop')
|
self.expected.add('test_imageop')
|
||||||
|
|
||||||
if not sys.platform in ("mac", "darwin"):
|
if not sys.platform in ("mac", "darwin"):
|
||||||
MAC_ONLY = ["test_macostools", "test_aepack",
|
MAC_ONLY = ["test_macos", "test_macostools", "test_aepack",
|
||||||
"test_plistlib", "test_scriptpackages",
|
"test_plistlib", "test_scriptpackages",
|
||||||
"test_applesingle"]
|
"test_applesingle"]
|
||||||
for skip in MAC_ONLY:
|
for skip in MAC_ONLY:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue