mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Issue #8713: Test should not print message about start method.
This commit is contained in:
parent
de2800f8f1
commit
968d05594e
1 changed files with 0 additions and 1 deletions
|
@ -3738,7 +3738,6 @@ def install_tests_in_module_dict(remote_globs, start_method):
|
||||||
except ValueError:
|
except ValueError:
|
||||||
raise unittest.SkipTest(start_method +
|
raise unittest.SkipTest(start_method +
|
||||||
' start method not supported')
|
' start method not supported')
|
||||||
print('Using start method %r' % multiprocessing.get_start_method())
|
|
||||||
|
|
||||||
if sys.platform.startswith("linux"):
|
if sys.platform.startswith("linux"):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue