summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-31 08:49:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-31 08:49:18 -0500
commit582d588fc4f02484f1bc568ca6c5178a565af7b0 (patch)
tree771ff3bb871f8bdc10695594d3b96e922ae1423b
parent42f65f4b2494aee7c75585e0108c59428c304e83 (diff)
downloadpython-coveragepy-git-582d588fc4f02484f1bc568ca6c5178a565af7b0.tar.gz
Register pytest markers, and enforce that they must be registered
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f3dd4b61..c88d0160 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,7 @@
[tool:pytest]
-addopts = -q -n3
+addopts = -q -n3 --strict
+markers =
+ expensive: too slow to run during "make smoke"
[pep8]
# E265 block comment should start with '# '