Skip to content

Commit cf83143

Browse files
committed
Tests: Increase pytest reruns from 2 to 5
1 parent 2d79d6d commit cf83143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ deps =
4242
commands =
4343
# converts the python files to ipython notebooks
4444
jupytext tests/notebooks/*.py --to ipynb
45-
pytest {posargs:-v --reruns 2} --driver Firefox
45+
pytest {posargs:-v --reruns 4} --driver Firefox
4646

4747
[testenv:tests-lab-4]
4848
description =
@@ -75,7 +75,7 @@ deps =
7575
commands =
7676
# converts the python files to ipython notebooks
7777
jupytext tests/notebooks/*.py --to ipynb
78-
pytest {posargs:-v --reruns 2} -m "not matplotlib" --driver Firefox
78+
pytest {posargs:-v --reruns 4} -m "not matplotlib" --driver Firefox
7979

8080
[testenv:coverage]
8181
# We do coverage in a separate environment that skips the selenium tests but

0 commit comments

Comments
 (0)