summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-30 12:51:54 +0200
committerGitHub <noreply@github.com>2022-03-30 12:51:54 +0200
commit29f1919c84af95826a4cea4ab4f6b1f447cadf90 (patch)
tree489d78693bea6b9ecd3acf1b7e15211a8619c936 /setup.cfg
parent1f0b406d3e7b7e670ff7f887c9ed25228da220d2 (diff)
downloadpylint-git-29f1919c84af95826a4cea4ab4f6b1f447cadf90.tar.gz
Add an explicit marker for pytest-timeout (#6054)
To avoid "'timeout' not found in configuration option" When using --strict-markers with pytest locally.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ec3b4afd2..0b2e74352 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -85,6 +85,7 @@ markers =
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
+ timeout: Marks from pytest-timeout.
[isort]
profile = black