Skip to content

Commit

Permalink
Adjust version lock for test coverage dependency to be conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Jun 2, 2024
1 parent d66fd7a commit 8cfb4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ docs = [
test = [
"pytest~=7.4; python_version < '3.12'",
"pytest~=8.2; python_version >= '3.12'",
"pytest-cov~=5.0",
"pytest-cov~=4.1; python_version < '3.12'",
"pytest-cov~=5.0; python_version >= '3.12'",
"parts~=1.7",
"bitlist~=1.2",
"fountains~=2.2"
Expand Down

0 comments on commit 8cfb4dd

Please sign in to comment.