summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-29 14:37:07 +0100
committerGitHub <noreply@github.com>2021-11-29 14:37:07 +0100
commitcb7ee204b7af0907c3073d6bf8f60a9325bb30e2 (patch)
tree18f634b877b0ba90c143a965f932ee4828d79a92 /setup.cfg
parent81dda1771759aaacd4d1879f37db6b59e25612c7 (diff)
downloadpylint-git-cb7ee204b7af0907c3073d6bf8f60a9325bb30e2.tar.gz
Update ``primer`` tests to own file, separate batches and concurrent runs (#5425)
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]