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 59 forks source link

Let auto worker count be set via environment variable #111

Open kburns opened 2 years ago

kburns commented 2 years ago

This PR addresses #110, enabling the auto worker count to be set via the PYTEST_AUTO_WORKERS environment variable. If this variable is not set and auto workers is chosen, the current behavior remains.