diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-18 06:19:14 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-18 06:19:14 -0500 |
| commit | e8c8c85b287dc86eb1b526170925a6521797ffab (patch) | |
| tree | 45a10d6d32cc1e390e4d716861ace3cbdb095fb0 | |
| parent | 1649d6bd32f557ca3c2cfb773b603ed5e6b2bbd5 (diff) | |
| download | python-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
