]> granicus.if.org Git - python/commitdiff
In test_ssl, threaded tests shouldn't need the "network" resource to be enabled
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Jan 2013 21:00:09 +0000 (22:00 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Jan 2013 21:00:09 +0000 (22:00 +0100)
Lib/test/test_ssl.py

index 7fbc30d4c840617978ec8a251d5499834208fac6..4bf7ad88fd58fef2bd3411e4942e129d46a8cad3 100644 (file)
@@ -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: