diff --git a/pyproject.toml b/pyproject.toml index e0e1715..4af496a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,16 +121,13 @@ per-file-ignores."scripts/*" = ["T20"] [dependency-groups] dev = [ "pytest>=8.4.1", + "pytest-asyncio>=0.25.0", + "pytest-cov>=7.0.0", "ruff>=0.8.0", "mypy>=1.13.0", "pre-commit>=4.0.0", "httpx>=0.28.1", ] -test = [ - "pytest>=8.4.1", - "pytest-cov>=6.0.0", - "pytest-asyncio>=0.25.0", -] [tool.coverage.run] source = ["cista"]