From 4aef6c73d2cbbf48435365f9d8ebf013f1998b50 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Tue, 10 Feb 2026 23:46:44 +0000 Subject: [PATCH] pytest deps, remove unused test group. --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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"]