Skip to content

Commit

Permalink
Tests: rerun failed test 5 times to solve random failing on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Apr 20, 2023
1 parent ecc0b05 commit 0e5182c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ pytest<=7.3.0; python_version >= '3.8'

coveralls
#Pillow

pytest-rerunfailures
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[tool:pytest]
filterwarnings = ignore::DeprecationWarning:docutils
addopts = --ignore=tests/test_crazy_callbacks.py
reruns = 5

0 comments on commit 0e5182c

Please sign in to comment.