Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6afc5e0

Browse files
committed
- The mac-specific tests should also be run on darwin.
- Added test_aepack to the mac/darwin specific tests.
1 parent 5445594 commit 6afc5e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/test/regrtest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,9 +915,10 @@ def __init__(self):
915915
if test_socket_ssl.skip_expected:
916916
self.expected.add('test_socket_ssl')
917917

918-
if sys.platform != "mac":
918+
if not sys.platform in ("mac", "darwin"):
919919
self.expected.add("test_macostools")
920920
self.expected.add("test_macfs")
921+
self.expected.add("test_aepack")
921922

922923
if sys.platform != "win32":
923924
self.expected.add("test_winreg")

0 commit comments

Comments
 (0)