Skip to content

Commit 6c14139

Browse files
[8.1.x] doc/flaky: remove box/flaky plugin suggestion (#12102)
Co-authored-by: Ran Benita <[email protected]>
1 parent abb0cf4 commit 6c14139

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/en/explanation/flaky.rst

+1-2
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)