Skip to content

Commit b9c886e

Browse files
committed
Revert "increase re-runs"
This reverts commit 6a5e4a0.
1 parent 6a5e4a0 commit b9c886e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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", "2"]
98+
pytest_args += ["--reruns", "1"]
9999

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

0 commit comments

Comments
 (0)