We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e025b01 commit 338c8ebCopy full SHA for 338c8eb
tox.ini
@@ -42,7 +42,7 @@ deps =
42
commands =
43
# converts the python files to ipython notebooks
44
jupytext tests/notebooks/*.py --to ipynb
45
- pytest {posargs:-v} --reruns 2 --driver Firefox
+ pytest {posargs:-v --reruns 2} --driver Firefox
46
47
[testenv:tests-lab-4]
48
description =
@@ -75,7 +75,7 @@ deps =
75
76
77
78
- pytest {posargs:-v} -m "not matplotlib" --reruns 2 --driver Firefox
+ pytest {posargs:-v --reruns 2} -m "not matplotlib" --driver Firefox
79
80
[testenv:coverage]
81
# We do coverage in a separate environment that skips the selenium tests but
0 commit comments