New submission from STINNER Victor: Hi,
When I run the Python test suite with "./python -m test -j0 -rW", test_multiprocessing_spawn is almost the latest one to run. Example: --- (...) [399/401/1] test_lib2to3 (68 sec) -- running: test_zipfile (43 sec), test_multiprocessing_spawn (484 sec) [400/401/1] test_zipfile (45 sec) -- running: test_multiprocessing_spawn (488 sec) ^C Waiting for test_multiprocessing_spawn Test suite interrupted by signal SIGINT. 1 test omitted: test_multiprocessing_spawn (...) --- Would it be possible to make it faster? Skip some tests? I don't know. ---------- messages: 255860 nosy: haypo priority: normal severity: normal status: open title: Running test_multiprocessing_spawn is slow (more than 8 minutes) versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25796> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com