From 582d588fc4f02484f1bc568ca6c5178a565af7b0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 31 Dec 2016 08:49:18 -0500 Subject: Register pytest markers, and enforce that they must be registered --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 '# ' -- cgit v1.2.1