From 859e98b4948ca4c0cf4f016b3d050ffecb58adc1 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Mon, 1 Dec 2025 13:47:16 +0100 Subject: [PATCH] fix: resolve issue with poetry and dev dependency --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9b895dfb..8686f3ee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,6 +131,7 @@ dev = [ "pytest>=7.4.0,<8", "pytest-cov>=6.1.1,<7.0.0", "pytest-asyncio>=0.21.1,<0.22", + "pytest-timeout>=2.4.0", "coverage>=7.3.2,<8", "mypy>=1.7.1,<2", "pre-commit>=4.0.1,<5", @@ -199,8 +200,3 @@ exclude = [ [tool.ruff.lint] ignore = ["F401"] - -[dependency-groups] -dev = [ - "pytest-timeout>=2.4.0", -]