Kaydet (Commit) db5012ab authored tarafından Antoine Pitrou's avatar Antoine Pitrou

In test_ssl, threaded tests shouldn't need the "network" resource to be enabled

üst e1ceb50c
......@@ -2032,7 +2032,7 @@ def test_main(verbose=False):
if _have_threads:
thread_info = support.threading_setup()
if thread_info and support.is_resource_enabled('network'):
if thread_info:
tests.append(ThreadedTests)
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment