mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00: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
1 changed files with 2 additions and 1 deletions
|
|
@ -915,9 +915,10 @@ class _ExpectedSkips:
|
||||||
if test_socket_ssl.skip_expected:
|
if test_socket_ssl.skip_expected:
|
||||||
self.expected.add('test_socket_ssl')
|
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_macostools")
|
||||||
self.expected.add("test_macfs")
|
self.expected.add("test_macfs")
|
||||||
|
self.expected.add("test_aepack")
|
||||||
|
|
||||||
if sys.platform != "win32":
|
if sys.platform != "win32":
|
||||||
self.expected.add("test_winreg")
|
self.expected.add("test_winreg")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue