From 3455dc2bf9c436e6961fe74f04d03eb08e4bdb99 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 21 Nov 2021 16:26:13 +0100 Subject: Add accetpance tests in CI for python 3.8+ instead of launching manually at release (#5353) * [test] Add acceptance tests in the continuous integration * Disable duplicate-code from the acceptance tests * Rename acceptance to primer stdlib for clarity --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') 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] -- cgit v1.2.1