Skip to content

Commit 0a442a9

Browse files
authored
doc/flaky: remove box/flaky plugin suggestion (#12100)
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.
1 parent 520ff29 commit 0a442a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/en/explanation/flaky.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ Plugins
5252

5353
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:
5454

55-
* `flaky <https://github.com/box/flaky>`_
56-
* `pytest-flakefinder <https://github.com/dropbox/pytest-flakefinder>`_ - `blog post <https://blogs.dropbox.com/tech/2016/03/open-sourcing-pytest-tools/>`_
5755
* `pytest-rerunfailures <https://github.com/pytest-dev/pytest-rerunfailures>`_
5856
* `pytest-replay <https://github.com/ESSS/pytest-replay>`_: This plugin helps to reproduce locally crashes or flaky tests observed during CI runs.
57+
* `pytest-flakefinder <https://github.com/dropbox/pytest-flakefinder>`_ - `blog post <https://blogs.dropbox.com/tech/2016/03/open-sourcing-pytest-tools/>`_
5958

6059
Plugins to deliberately randomize tests can help expose tests with state problems:
6160

0 commit comments

Comments
 (0)