From: Amaury Forgeot d'Arc Date: Thu, 19 Jun 2008 19:57:39 +0000 (+0000) Subject: test_macos can be skipped on non-mac platforms. X-Git-Tag: v2.6b2~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f40f0635b9d233cf731c442c2ee21101c0f768c;p=thirdparty%2FPython%2Fcpython.git test_macos can be skipped on non-mac platforms. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 7aa22ed814bd..bad8136f5bf8 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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: