diff --git a/pyproject.toml b/pyproject.toml index ee990eeb..ed7cb15e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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']