From 99c80c37a44b83f045a577b8ba55c912969a1916 Mon Sep 17 00:00:00 2001 From: Bread Genie <63963181+BreadGenie@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:20:25 +0530 Subject: [PATCH] Fix typo `psutils` -> `psutil` (#848) --- docs/distribution.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distribution.rst b/docs/distribution.rst index 5a868735..fea53e78 100644 --- a/docs/distribution.rst +++ b/docs/distribution.rst @@ -14,7 +14,7 @@ With ``-n auto``, pytest-xdist will use as many processes as your computer has CPU cores. Use ``-n logical`` to use the number of *logical* CPU cores rather than -physical ones. This currently requires the ``psutils`` package to be installed; +physical ones. This currently requires the ``psutil`` package to be installed; if it is not, pytest-xdist will fall back to ``-n auto`` behavior. Pass a number, e.g. ``-n 8``, to specify the number of processes explicitly.