summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-30 16:48:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-30 16:48:27 -0400
commit79f832f2f50b441cccf617954cdd51f411c68677 (patch)
tree771f8188540a995a6a7b9d7eed3999b312c071c7 /setup.cfg
parent40131f076c0784b331c6e0a5d8f88ff7b84b7296 (diff)
downloadpython-coveragepy-git-79f832f2f50b441cccf617954cdd51f411c68677.tar.gz
build: clean up the Makefile a bit
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 47192429..e8cd8551 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 -n3 --strict-markers --force-flaky --no-flaky-report -rfeX --failed-first
+addopts = -q -n auto --strict-markers --force-flaky --no-flaky-report -rfeX --failed-first
python_classes = *Test
markers =
expensive: too slow to run during "make smoke"