summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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??