Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ filterwarnings = [
]
asyncio_mode = 'auto'
timeout = 10
# Exclude fixture setup/teardown so session-scoped redis_container can pull the
# Docker image on a cold cache without being killed by the 10s per-test timeout.
timeout_func_only = true

[tool.coverage.run]
source = ['arq']
Expand Down
Loading