summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-18 06:19:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-18 06:19:14 -0500
commite8c8c85b287dc86eb1b526170925a6521797ffab (patch)
tree45a10d6d32cc1e390e4d716861ace3cbdb095fb0
parent1649d6bd32f557ca3c2cfb773b603ed5e6b2bbd5 (diff)
downloadpython-coveragepy-git-nedbat/bug989.tar.gz
test: don't force flaky re-runsnedbat/bug989
It interferes with xfails, and causes double output, and other confusions.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e8cd8551..c2266362 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tool:pytest]
-addopts = -q -n auto --strict-markers --force-flaky --no-flaky-report -rfeX --failed-first
+addopts = -q -n auto --strict-markers --no-flaky-report -rfeX --failed-first
python_classes = *Test
markers =
expensive: too slow to run during "make smoke"