Skip to content

Commit

Permalink
Don't update pytest-cov for python3.7 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Apr 12, 2024
1 parent 93fa4ab commit 1d3affd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pylint~=2.17; python_version<"3.8"
pylint~=3.1; python_version>="3.8"
pytest~=7.4; python_version<"3.8"
pytest~=8.1; python_version>="3.8"
pytest-cov~=5.0
pytest-cov~=4.1; python_version<"3.8"
pytest-cov~=5.0; python_version>="3.8"

0 comments on commit 1d3affd

Please sign in to comment.