mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
In test_ssl, threaded tests shouldn't need the "network" resource to be enabled
This commit is contained in:
parent
e1ceb50cdf
commit
db5012ab47
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ def test_main(verbose=False):
|
||||||
|
|
||||||
if _have_threads:
|
if _have_threads:
|
||||||
thread_info = support.threading_setup()
|
thread_info = support.threading_setup()
|
||||||
if thread_info and support.is_resource_enabled('network'):
|
if thread_info:
|
||||||
tests.append(ThreadedTests)
|
tests.append(ThreadedTests)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue