Skip to content

Commit db5012a

Browse files
committed
In test_ssl, threaded tests shouldn't need the "network" resource to be enabled
1 parent e1ceb50 commit db5012a

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
@@ -2032,7 +2032,7 @@ def test_main(verbose=False):
20322032

20332033
if _have_threads:
20342034
thread_info = support.threading_setup()
2035-
if thread_info and support.is_resource_enabled('network'):
2035+
if thread_info:
20362036
tests.append(ThreadedTests)
20372037

20382038
try:

0 commit comments

Comments
 (0)