Merge pull request #590 from nicoddemus/auto-hook

This commit is contained in:
Bruno Oliveira
2020-08-25 09:00:38 -03:00
committed by GitHub
11 changed files with 115 additions and 24 deletions

View File

@@ -57,10 +57,11 @@ Install the plugin with::
pip install pytest-xdist
or use the package in develop/in-place mode with
a checkout of the `pytest-xdist repository`_ ::
pip install --editable .
To use ``psutil`` for detection of the number of CPUs available, install the ``psutil`` extra::
pip install pytest-xdist[psutil]
.. _parallelization: