Commit 6afc5e02 authored by Jack Jansen's avatar Jack Jansen

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

- Added test_aepack to the mac/darwin specific tests.
parent 5445594e
......@@ -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")
......
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