summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 4d0761b67..c19718df0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -69,9 +69,9 @@ test = pytest
[tool:pytest]
testpaths = tests
python_files = *test_*.py
-addopts = -m "not acceptance"
+addopts = -m "not primer_stdlib"
markers =
- acceptance:
+ primer_stdlib: Checks for crashes and errors when running pylint on stdlib
benchmark: Baseline of pylint performance, if this regress something serious happened
[isort]