We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677d95c commit 982c018Copy full SHA for 982c018
1 file changed
Lib/test/test_ssl.py
@@ -1492,12 +1492,9 @@ def test_main(verbose=False):
1492
if thread_info and support.is_resource_enabled('network'):
1493
tests.append(ThreadedTests)
1494
1495
- old_verbose = support.verbose
1496
try:
1497
- support.verbose = True
1498
support.run_unittest(*tests)
1499
finally:
1500
- support.verbose = old_verbose
1501
if _have_threads:
1502
support.threading_cleanup(*thread_info)
1503
0 commit comments