We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
psutils
psutil
1 parent e14895a commit 99c80c3Copy full SHA for 99c80c3
docs/distribution.rst
@@ -14,7 +14,7 @@ With ``-n auto``, pytest-xdist will use as many processes as your computer
14
has CPU cores.
15
16
Use ``-n logical`` to use the number of *logical* CPU cores rather than
17
-physical ones. This currently requires the ``psutils`` package to be installed;
+physical ones. This currently requires the ``psutil`` package to be installed;
18
if it is not, pytest-xdist will fall back to ``-n auto`` behavior.
19
20
Pass a number, e.g. ``-n 8``, to specify the number of processes explicitly.
0 commit comments