Skip to content

Commit

Permalink
Pin pytest to 7.0.1 for python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Apr 5, 2022
1 parent b35b6aa commit 2a95132
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 @@ -26,7 +26,8 @@ codespell~=2.1.0
# Tests
coverage~=6.3.2; python_version > "3.6"
coverage~=6.2.0; python_version == "3.6"
pytest~=7.1.1
pytest~=7.1.1; python_version > "3.6"
pytest~=7.0.1; python_version == "3.6"

# Safety
safety~=1.10.3; python_version < "3.11"
Expand Down

0 comments on commit 2a95132

Please sign in to comment.