From: Antoine Pitrou Date: Sat, 12 Jan 2013 21:00:09 +0000 (+0100) Subject: In test_ssl, threaded tests shouldn't need the "network" resource to be enabled X-Git-Tag: v3.3.1rc1~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db5012ab479889adce13da8bcc6bf6ad53aaedeb;p=python In test_ssl, threaded tests shouldn't need the "network" resource to be enabled --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 7fbc30d4c8..4bf7ad88fd 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -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: