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 17bc53c commit f1f8c33Copy full SHA for f1f8c33
noxfile.py
@@ -95,7 +95,6 @@ def test_suite(session: Session) -> None:
95
session.install(".[all]")
96
else:
97
install_idom_dev(session, extras="all")
98
- pytest_args += ["--reruns", "1"]
99
100
session.run("pytest", "tests", *pytest_args)
101
requirements/test-env.txt
@@ -3,6 +3,5 @@ pytest-asyncio
3
pytest-cov
4
pytest-mock
5
pytest-timeout
6
-pytest-rerunfailures
7
selenium
8
ipython
0 commit comments