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

Skip to content

Commit 6030a60

Browse files
author
Bill Janssen
committed
remove now-obsolete test_socket_ssl
1 parent bce52be commit 6030a60

2 files changed

Lines changed: 0 additions & 249 deletions

File tree

Lib/test/regrtest.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -856,9 +856,6 @@ def printlist(x, width=70, indent=4):
856856
# test_pep277
857857
# The _ExpectedSkips constructor adds this to the set of expected
858858
# skips if not os.path.supports_unicode_filenames.
859-
# test_socket_ssl
860-
# Controlled by test_socket_ssl.skip_expected. Requires the network
861-
# resource, and a socket module with ssl support.
862859
# test_timeout
863860
# Controlled by test_timeout.skip_expected. Requires the network
864861
# resource and a socket module.
@@ -1063,7 +1060,6 @@ def printlist(x, width=70, indent=4):
10631060
test_ossaudiodev
10641061
test_pep277
10651062
test_pty
1066-
test_socket_ssl
10671063
test_socketserver
10681064
test_tcl
10691065
test_timeout
@@ -1137,14 +1133,6 @@ def __init__(self):
11371133
self.expected.add('test_cProfile')
11381134
self.expected.add('test_doctest')
11391135

1140-
try:
1141-
from test import test_socket_ssl
1142-
except ImportError:
1143-
pass
1144-
else:
1145-
if test_socket_ssl.skip_expected:
1146-
self.expected.add('test_socket_ssl')
1147-
11481136
if test_timeout.skip_expected:
11491137
self.expected.add('test_timeout')
11501138

Lib/test/test_socket_ssl.py

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)