Skip to content

Commit

Permalink
test: change python-cov version for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 31, 2024
1 parent 2753a48 commit 94a3d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ devel-types = [
devel-test = [
"coverage[toml] ~=7.0",
"pytest ~=8.0",
"pytest-cov ~=5.0",
"pytest-cov ~=4.1.0",
]
devel = ["runenv[devel-types,devel-test]", "ruff==0.7.1", "mkchangelog"]

Expand Down

0 comments on commit 94a3d3e

Please sign in to comment.