- The mac-specific tests should also be run on darwin.

- Added test_aepack to the mac/darwin specific tests.
This commit is contained in:
Jack Jansen 2003-01-29 16:24:16 +00:00
parent 5445594e20
commit 6afc5e02fa

View File

@ -915,9 +915,10 @@ class _ExpectedSkips:
if test_socket_ssl.skip_expected:
self.expected.add('test_socket_ssl')
if sys.platform != "mac":
if not sys.platform in ("mac", "darwin"):
self.expected.add("test_macostools")
self.expected.add("test_macfs")
self.expected.add("test_aepack")
if sys.platform != "win32":
self.expected.add("test_winreg")