Skip to content

Commit 6a5e4a0

Browse files
committed
increase re-runs
1 parent bf63a62 commit 6a5e4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_python(session: Session) -> None:
9595
session.install(".[all]")
9696
else:
9797
install_idom_dev(session, extras="all")
98-
pytest_args += ["--reruns", "1"]
98+
pytest_args += ["--reruns", "2"]
9999

100100
session.run("pytest", "tests", *pytest_args)
101101

0 commit comments

Comments
 (0)