Skip to content

Commit 5702989

Browse files
committed
Use --force-flaky to decrease the need for tox re-runs
1 parent d571d47 commit 5702989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool:pytest]
2-
addopts = -q -n3 --strict --no-flaky-report -rfe --failed-first
2+
addopts = -q -n3 --strict --force-flaky --no-flaky-report -rfe --failed-first
33
markers =
44
expensive: too slow to run during "make smoke"
55
# How come this warning is suppressed successfully here, but not in conftest.py??

0 commit comments

Comments
 (0)