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
commit9392e0b0cfa77dce43e8b984985ca38d2de0ffe0 (patch)
tree4a293f03a45d9d5b8aaed2f53d65eb6781df6bbc
parent44a2a368a2ac32a845100bfc8fa449f189b7f60d (diff)
downloadpython-coveragepy-9392e0b0cfa77dce43e8b984985ca38d2de0ffe0.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 f3dd4b6..c88d016 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 '# '