From cb7ee204b7af0907c3073d6bf8f60a9325bb30e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Mon, 29 Nov 2021 14:37:07 +0100 Subject: Update ``primer`` tests to own file, separate batches and concurrent runs (#5425) --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.cfg') 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] -- cgit v1.2.1