Skip to content

Commit

Permalink
Revert "increase re-runs"
Browse files Browse the repository at this point in the history
This reverts commit 6a5e4a0.
  • Loading branch information
rmorshea committed May 12, 2021
1 parent 6a5e4a0 commit b9c886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_python(session: Session) -> None:
session.install(".[all]")
else:
install_idom_dev(session, extras="all")
pytest_args += ["--reruns", "2"]
pytest_args += ["--reruns", "1"]

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

Expand Down

0 comments on commit b9c886e

Please sign in to comment.