diff options
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 '# ' |