Closed
Description
Running test_distutils on Windows leaks a temporary file: Microsoft.
0:08:46 load avg: 7.14 [231/436/3] test_distutils failed (env changed) (49.1 sec) -- running: test_socket (59.3 sec), test_urllib2_localnet (33.2 sec)
(...)
Warning -- test_distutils leaked temporary files (1): Microsoft
The test should be run with -jN, like: python -m test -j1 test_distutils -v --fail-env-changed
.