Python 3.7.9 on Windows x64 Running unittests in py3.5, 3.7 and 2.7 2.7 fails when using multiprocessing.cpu_count() Due to os.environ['NUMBER_OF_PROCESSORS'] missing from environment If I run directly in the python2.7 in Windows, above works fine so seems related to new tox 4.0 as was working on 3.X