pytest deps, remove unused test group.

This commit is contained in:
Leo Vasanko
2026-02-10 23:46:44 +00:00
parent 67d1fa65fb
commit 4aef6c73d2
+2 -5
View File
@@ -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"]