From 5a53d90709b64f5ad26ccfe8cac3559956ec30be Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 10 Mar 2024 16:27:13 +0200 Subject: [PATCH] doc/flaky: remove `box/flaky` plugin suggestion The plugin is abandoned and no longer working with new pytest versions. I also reordered a bit to put pytest-rerunfailures first since it seems most maintained and is under pytest-dev. --- doc/en/explanation/flaky.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/en/explanation/flaky.rst b/doc/en/explanation/flaky.rst index ccf3fbb2b..2beeb34e0 100644 --- a/doc/en/explanation/flaky.rst +++ b/doc/en/explanation/flaky.rst @@ -52,10 +52,9 @@ Plugins Rerunning any failed tests can mitigate the negative effects of flaky tests by giving them additional chances to pass, so that the overall build does not fail. Several pytest plugins support this: -* `flaky `_ -* `pytest-flakefinder `_ - `blog post `_ * `pytest-rerunfailures `_ * `pytest-replay `_: This plugin helps to reproduce locally crashes or flaky tests observed during CI runs. +* `pytest-flakefinder `_ - `blog post `_ Plugins to deliberately randomize tests can help expose tests with state problems: