Release 2.1.0

This commit is contained in:
Bruno Oliveira
2020-08-25 09:01:37 -03:00
parent 9fd3b66292
commit 5b7eeab7dc
3 changed files with 17 additions and 4 deletions

View File

@@ -1 +0,0 @@
New ``pytest_xdist_auto_num_workers`` hook can be implemented by plugins or ``conftest.py`` files to control the number of workers when ``--numprocesses=auto`` is given in the command-line.

View File

@@ -1,3 +0,0 @@
``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]