Skip to content

Commit

Permalink
Pins pytest-mock for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Oct 26, 2023
1 parent cac0bd8 commit 84a31c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7"
pytest-cov==4.1.0;python_version>="3.7"
pytest-mock==2.0.0;python_version<="2.7"
pytest-mock==3.6.1;python_version<="3.6" and python_version>"2.7"
pytest-mock==3.12.0;python_version>="3.7"
pytest-mock==3.11.1;python_version<="3.7" and python_version>"3.6"
pytest-mock==3.12.0;python_version>="3.8"

0 comments on commit 84a31c3

Please sign in to comment.