Commit 310e35bf authored by Richard Oudkerk's avatar Richard Oudkerk

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

parent ff0e8d21
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment