Skip to content

Commit 52e1fcd

Browse files
deps: upgrade pytest-cov to 6.2.1 and remove unused coveralls dependency
- Upgrade pytest-cov from 5.0.0 to 6.2.1 for Python 3.13 and coverage 7.x compatibility - Remove coveralls==3.3.1 dependency as it's unused and conflicts with coverage 7.x - Eliminates Python 3.13 deprecation warning: "co_lnotab is deprecated, use co_lines instead" - Project uses local coverage reports only, no external coverage service integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ccb75b4 commit 52e1fcd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ test = [
6262
"mock==5.2.0",
6363
"freezegun==1.5.2",
6464
"vcrpy==7.0.0",
65-
"pytest-cov==5.0.0",
65+
"pytest-cov==6.2.1",
6666
"ruff==0.11.13",
67-
"coveralls==3.3.1",
6867
"pytest-timeout==2.4.0",
6968
"pytest-xdist==3.7.0",
7069
"mypy==1.16.0",

0 commit comments

Comments
 (0)