Issue #8713: Test should not print message about start method.

This commit is contained in:
Richard Oudkerk 2013-08-29 12:41:19 +01:00
parent de2800f8f1
commit 968d05594e

View file

@ -3738,7 +3738,6 @@ def install_tests_in_module_dict(remote_globs, start_method):
except ValueError:
raise unittest.SkipTest(start_method +
' start method not supported')
print('Using start method %r' % multiprocessing.get_start_method())
if sys.platform.startswith("linux"):
try: