Skip to content

Commit 29f1919

Browse files
Add an explicit marker for pytest-timeout (#6054)
To avoid "'timeout' not found in configuration option" When using --strict-markers with pytest locally.
1 parent 1f0b406 commit 29f1919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ markers =
8585
primer_external_batch_one: Checks for crashes and errors when running pylint on external libs (batch one)
8686
primer_external_batch_two: Checks for crashes and errors when running pylint on external libs (batch two)
8787
benchmark: Baseline of pylint performance, if this regress something serious happened
88+
timeout: Marks from pytest-timeout.
8889
8990
[isort]
9091
profile = black

0 commit comments

Comments
 (0)