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 28eef9c commit 97308cbCopy full SHA for 97308cb
noxfile.py
@@ -107,6 +107,7 @@ def test_python(session: Session) -> None:
107
session.install(".[all]")
108
else:
109
install_idom_dev(session, extras="all")
110
+ pytest_args += ["--reruns", "2"]
111
112
session.run("pytest", "tests", *pytest_args)
113
requirements/test-env.txt
@@ -3,5 +3,6 @@ pytest-asyncio
3
pytest-cov
4
pytest-mock
5
pytest-timeout
6
+pytest-rerunfailures
7
selenium
8
ipython
0 commit comments