Skip to content

Commit ff61beb

Browse files
committed
add back re-runs
1 parent 0bcadb8 commit ff61beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def test_python_suite(session: Session) -> None:
181181
install_requirements_file(session, "test-env")
182182
session.run("playwright", "install", "chromium")
183183
posargs = session.posargs
184+
posargs += ["--reruns", "3", "--reruns-delay", "1"]
184185

185186
if "--no-cov" in session.posargs:
186187
session.log("Coverage won't be checked")

0 commit comments

Comments
 (0)