summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-24 08:28:40 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-24 08:28:40 -0500
commit08655902e365c6f118ca625eae04bacc9d344cef (patch)
tree25a622f9650eae01f93d6a8310314a05c599fe13 /setup.cfg
parentf0c8797846290e3fc466793aa0930eb79e1eeffc (diff)
downloadpython-coveragepy-git-08655902e365c6f118ca625eae04bacc9d344cef.tar.gz
test(build): i've had the wrong -r character this whole time
E means show summary of errors. e means nothing. :(
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c2266362..07697a94 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 --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"