mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
remove now-obsolete test_socket_ssl
This commit is contained in:
parent
bce52be491
commit
6030a60a4e
2 changed files with 0 additions and 249 deletions
|
|
@ -856,9 +856,6 @@ def printlist(x, width=70, indent=4):
|
|||
# test_pep277
|
||||
# The _ExpectedSkips constructor adds this to the set of expected
|
||||
# skips if not os.path.supports_unicode_filenames.
|
||||
# test_socket_ssl
|
||||
# Controlled by test_socket_ssl.skip_expected. Requires the network
|
||||
# resource, and a socket module with ssl support.
|
||||
# test_timeout
|
||||
# Controlled by test_timeout.skip_expected. Requires the network
|
||||
# resource and a socket module.
|
||||
|
|
@ -1063,7 +1060,6 @@ _expectations = {
|
|||
test_ossaudiodev
|
||||
test_pep277
|
||||
test_pty
|
||||
test_socket_ssl
|
||||
test_socketserver
|
||||
test_tcl
|
||||
test_timeout
|
||||
|
|
@ -1137,14 +1133,6 @@ class _ExpectedSkips:
|
|||
self.expected.add('test_cProfile')
|
||||
self.expected.add('test_doctest')
|
||||
|
||||
try:
|
||||
from test import test_socket_ssl
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
if test_socket_ssl.skip_expected:
|
||||
self.expected.add('test_socket_ssl')
|
||||
|
||||
if test_timeout.skip_expected:
|
||||
self.expected.add('test_timeout')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue