Skip to content

Commit f1f8c33

Browse files
committed
no more retries on failure
flakiness in tests has been removed
1 parent 17bc53c commit f1f8c33

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def test_suite(session: Session) -> None:
9595
session.install(".[all]")
9696
else:
9797
install_idom_dev(session, extras="all")
98-
pytest_args += ["--reruns", "1"]
9998

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

requirements/test-env.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ pytest-asyncio
33
pytest-cov
44
pytest-mock
55
pytest-timeout
6-
pytest-rerunfailures
76
selenium
87
ipython

0 commit comments

Comments
 (0)