Add pytest-timeout to dev deps (CI used it but it was only installed locally)
All checks were successful
CI / test (push) Successful in 40s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 19:24:16 +02:00
parent 001da170a8
commit 94c995db3d

View File

@@ -32,6 +32,7 @@ dev = [
"pytest>=8.3",
"pytest-asyncio>=0.24",
"pytest-httpx>=0.32",
"pytest-timeout>=2.3",
"ruff>=0.6",
"aiosqlite>=0.20",
"greenlet>=3.0",