From 2cf6f0b34cc35f611f09b48a47093b8ae3f08491 Mon Sep 17 00:00:00 2001 From: Noa Levi <275430404+lphuc2250gma@users.noreply.github.com> Date: Wed, 13 May 2026 15:50:19 +0000 Subject: [PATCH] docs: fix pytest-xdist plugin wording --- doc/en/how-to/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/plugins.rst b/doc/en/how-to/plugins.rst index c6641eb8484..f3d4b0040b9 100644 --- a/doc/en/how-to/plugins.rst +++ b/doc/en/how-to/plugins.rst @@ -32,7 +32,7 @@ Here is a little annotated list for some popular plugins: * :pypi:`pytest-xdist`: to distribute tests to CPUs and remote hosts, to run in boxed - mode which allows to survive segmentation faults, to run in + mode that allows pytest to survive segmentation faults, to run in looponfailing mode, automatically re-running failing tests on file changes.