Skip to content

Commit 0a9e38b

Browse files
Replace coverage with pytest-cov in testing dependencies
Replace standalone coverage package with pytest-cov for better pytest integration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 265ca7f commit 0a9e38b

File tree

2 files changed

+115
-61
lines changed

2 files changed

+115
-61
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requires-python = ">=3.10"
3636
dynamic = ["version"]
3737
[dependency-groups]
3838
dev = ["pre-commit", "tox", "mypy", "ruff"]
39-
testing = ["pytest", "pytest-benchmark", "coverage"]
39+
testing = ["pytest", "pytest-benchmark", "pytest-cov"]
4040

4141

4242
[tool.setuptools]

0 commit comments

Comments
 (0)