Skip to content

Commit 6b4e2a9

Browse files
committed
In test_ssl, threaded tests shouldn't need the network resource to be enabled
2 parents e9bb473 + db5012a commit 6b4e2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ def test_main(verbose=False):
21662166

21672167
if _have_threads:
21682168
thread_info = support.threading_setup()
2169-
if thread_info and support.is_resource_enabled('network'):
2169+
if thread_info:
21702170
tests.append(ThreadedTests)
21712171

21722172
try:

0 commit comments

Comments
 (0)