Skip to content

Commit

Permalink
pipfile: add pytest-timeout to dev-dependencies.
Browse files Browse the repository at this point in the history
Can be used to timeout unexpectedly long test-runs and testsuite-runs.
This should result in cleaner pytest-teardown and generation of
test artifacts, which isn't possible when CI timeout is
triggered.

CMK-19881

Change-Id: I53d226277e3cf726a59de271b21fb71b196d8116
  • Loading branch information
dhsh-checkmk committed Nov 25, 2024
1 parent 800b60f commit 456b836
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ types-setuptools = "*" # used for type checking
types-simplejson = "*" # used for type checking
types-urllib3 = "*" # used for type checking
uvicorn = "*"
pytest-timeout = "*"

[packages]
setuptools = "<=70.3.0" # See https://github.com/pypa/setuptools/issues/4487#issuecomment-2237487845 for context
Expand Down
11 changes: 10 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 456b836

Please sign in to comment.