commit | db5012ab479889adce13da8bcc6bf6ad53aaedeb | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 12 22:00:09 2013 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 12 22:00:09 2013 +0100 |
tree | 4b43de3d3a2a89e9e1b317217c403106dcc489ec | |
parent | e1ceb50cdf597c292f76099ef606fce75770f5d9 [diff] |
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 7fbc30d..4bf7ad8 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -2032,7 +2032,7 @@ if _have_threads: thread_info = support.threading_setup() - if thread_info and support.is_resource_enabled('network'): + if thread_info: tests.append(ThreadedTests) try: