diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-08-29 11:41:19 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-08-29 11:41:19 (GMT) |
commit | 968d05594e47e171a3e948d0001d22e0b92a2735 (patch) | |
tree | b00683e326aaefbedcc11f2b845e4e90218f82c4 | |
parent | de2800f8f13df85d9e48b963307b2725abc2076f (diff) | |
download | cpython-968d05594e47e171a3e948d0001d22e0b92a2735.zip cpython-968d05594e47e171a3e948d0001d22e0b92a2735.tar.gz cpython-968d05594e47e171a3e948d0001d22e0b92a2735.tar.bz2 |
Issue #8713: Test should not print message about start method.
-rw-r--r-- | Lib/test/_test_multiprocessing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py index 127c267..f326880 100644 --- a/Lib/test/_test_multiprocessing.py +++ b/Lib/test/_test_multiprocessing.py @@ -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: |