From dab7bb41ee8009e3b31ff41b4d18efbb2bf502ad Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Thu, 19 Mar 2026 23:43:49 -0400 Subject: [PATCH] chore: add pytest-timeout dev dependency --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d1a1ba5..354742f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,3 +76,8 @@ invalid-argument-type = "warn" testpaths = [ "tests", ] + +[dependency-groups] +dev = [ + "pytest-timeout>=2.4.0", +]