Skip to content

Commit

Permalink
Pin pytest-cov versions based on the python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit authored Nov 5, 2024
1 parent 0b5d97e commit 83ef621
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
@@ -1,7 +1,8 @@
coverage==7.6.4; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
flake8==3.8.4
pytest-cov==6.0.0
pytest-cov==6.0.0; python_version>="3.9"
pytest-cov==5.0.0; python_version<"3.9"

# Test requirements
pytest>=6.1.1
Expand Down

0 comments on commit 83ef621

Please sign in to comment.