From 958a3a330e314c5ac3d74515796c38984ac9ddcd Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 10 Mar 2024 11:37:49 -0300 Subject: [PATCH] Remove flaky plugin from the docs As discussed in https://github.com/box/flaky/issues/198, `flaky` does not seem to be maintained anymore, so no longer recommend it in the documentation. --- doc/en/explanation/flaky.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/en/explanation/flaky.rst b/doc/en/explanation/flaky.rst index ccf3fbb2b..88993e73a 100644 --- a/doc/en/explanation/flaky.rst +++ b/doc/en/explanation/flaky.rst @@ -52,7 +52,6 @@ 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.