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 bf63a62 commit 6a5e4a0Copy full SHA for 6a5e4a0
noxfile.py
@@ -95,7 +95,7 @@ def test_python(session: Session) -> None:
95
session.install(".[all]")
96
else:
97
install_idom_dev(session, extras="all")
98
- pytest_args += ["--reruns", "1"]
+ pytest_args += ["--reruns", "2"]
99
100
session.run("pytest", "tests", *pytest_args)
101
0 commit comments