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.
This commit is contained in:
Bruno Oliveira 2024-03-10 11:37:49 -03:00
parent 6ed005161d
commit 958a3a330e
1 changed files with 0 additions and 1 deletions

View File

@ -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 <https://github.com/box/flaky>`_
* `pytest-flakefinder <https://github.com/dropbox/pytest-flakefinder>`_ - `blog post <https://blogs.dropbox.com/tech/2016/03/open-sourcing-pytest-tools/>`_
* `pytest-rerunfailures <https://github.com/pytest-dev/pytest-rerunfailures>`_
* `pytest-replay <https://github.com/ESSS/pytest-replay>`_: This plugin helps to reproduce locally crashes or flaky tests observed during CI runs.