Document disabling with '-n 0'

This commit is contained in:
Adam Johnson
2025-04-02 11:36:41 +01:00
parent f83299cd64
commit 8074c633c8

View File

@@ -19,6 +19,8 @@ if it is not or if it fails to determine the number of logical CPUs, fall back t
Pass a number, e.g. ``-n 8``, to specify the number of processes explicitly.
Use ``-n 0`` to disable xdist and run all tests in the main process.
To specify a different meaning for ``-n auto`` and ``-n logical`` for your
tests, you can: