kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 60 forks source link

os.cpu_count() #3

Closed bcroq closed 6 years ago

bcroq commented 6 years ago

--workers auto uses os.cpu_count() which is in Python 3.4 or newer, whereas multiprocessing.cpu_count() is in Python 2.6 or newer.

kevlened commented 6 years ago

I currently only support Python 3.6+ and don't currently have plans to support anything less. Feel free to vote on #4 though!