summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-29 14:25:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-29 14:25:58 -0500
commit570298931bb2e9e1505aad4e4233a247a15f0148 (patch)
tree034fb44bc9bada919dcb126e681f28583e39849e
parentd571d478004854e535338e80d34bd212425250af (diff)
downloadpython-coveragepy-git-nedbat/tweak-actions.tar.gz
Use --force-flaky to decrease the need for tox re-runsnedbat/tweak-actions
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 00b7acc2..16e2bc6c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[tool:pytest]
-addopts = -q -n3 --strict --no-flaky-report -rfe --failed-first
+addopts = -q -n3 --strict --force-flaky --no-flaky-report -rfe --failed-first
markers =
expensive: too slow to run during "make smoke"
# How come this warning is suppressed successfully here, but not in conftest.py??