Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 244 Bytes

585.trivial.rst

File metadata and controls

3 lines (2 loc) · 244 Bytes

psutil has proven to make pytest-xdist installation in certain platforms and containers problematic, so to use it for automatic number of CPUs detection users need to install the psutil extra:

pip install pytest-xdist[psutil]