summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 874f7f017..2a0bb250a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -72,7 +72,8 @@ python_files = *test_*.py
addopts = --strict-markers
markers =
primer_stdlib: Checks for crashes and errors when running pylint on stdlib
- primer_external: Checks for crashes and errors when running pylint on external libs
+ primer_external_batch_one: Checks for crashes and errors when running pylint on external libs (batch one)
+ primer_external_batch_two: Checks for crashes and errors when running pylint on external libs (batch two)
benchmark: Baseline of pylint performance, if this regress something serious happened
[isort]