Skip to content

Commit

Permalink
* tox: Use pytest-cov 4.0.x for Python 3.7 - newer tool has higher
Browse files Browse the repository at this point in the history
   requirements
  • Loading branch information
hostcc committed May 14, 2024
1 parent 25f6b9f commit 440bd68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ deps =
pytest==8.2.0
pytest-asyncio==0.20.3;python_version=="3.7"
pytest-asyncio==0.23.6;python_version>"3.7"
pytest-cov==5.0.0
pytest-cov==4.0.0;python_version=="3.7"
pytest-cov==5.0.0;python_version>"3.7"
mock==4.0.3;python_version<"3.8"
freezegun==1.5.1
setenv =
Expand Down

0 comments on commit 440bd68

Please sign in to comment.