diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 16:48:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 16:48:27 -0400 |
commit | 79f832f2f50b441cccf617954cdd51f411c68677 (patch) | |
tree | 771f8188540a995a6a7b9d7eed3999b312c071c7 /setup.cfg | |
parent | 40131f076c0784b331c6e0a5d8f88ff7b84b7296 (diff) | |
download | python-coveragepy-git-79f832f2f50b441cccf617954cdd51f411c68677.tar.gz |
build: clean up the Makefile a bit
Diffstat (limited to 'setup.cfg')
-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 -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" |