]> granicus.if.org Git - python/commitdiff
test_macos can be skipped on non-mac platforms.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Jun 2008 19:57:39 +0000 (19:57 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Jun 2008 19:57:39 +0000 (19:57 +0000)
Lib/test/regrtest.py

index 7aa22ed814bdac224b5fddb173e79750b00447ef..bad8136f5bf87f9823192667040e2217470e7469 100755 (executable)
@@ -1128,7 +1128,7 @@ class _ExpectedSkips:
                 self.expected.add('test_imageop')
 
             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_applesingle"]
                 for skip in MAC_ONLY: