Skip to content

Commit

Permalink
test: don't force flaky re-runs
Browse files Browse the repository at this point in the history
It interferes with xfails, and causes double output, and other
confusions.
  • Loading branch information
nedbat committed Nov 18, 2021
1 parent 26b680d commit 181d71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 181d71c

Please sign in to comment.