diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-11-21 16:26:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 16:26:13 +0100 |
commit | 3455dc2bf9c436e6961fe74f04d03eb08e4bdb99 (patch) | |
tree | b3861ef918636f220a8052e07485832680061a2e /setup.cfg | |
parent | 0f6a55c7f6f481acdcf57fbe68d3da80d77b9d89 (diff) | |
download | pylint-git-3455dc2bf9c436e6961fe74f04d03eb08e4bdb99.tar.gz |
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
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |