mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
- The mac-specific tests should also be run on darwin.
- Added test_aepack to the mac/darwin specific tests.
This commit is contained in:
parent
5445594e20
commit
6afc5e02fa
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user