From 94c995db3d981de4d018a413a2d80ff9005e0e5e Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sun, 12 Jul 2026 19:24:16 +0200 Subject: [PATCH] Add pytest-timeout to dev deps (CI used it but it was only installed locally) Co-Authored-By: Claude Fable 5 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6b028c5..9395dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",