Skip to content

Commit

Permalink
Trying to stick us to current versions of pytest and mockito so these…
Browse files Browse the repository at this point in the history
… damn tests pass

Signed-off-by: pfeairheller <pfeairheller@gmail.com>
  • Loading branch information
pfeairheller committed Mar 10, 2024
1 parent 8fd7e47 commit 087a210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
tests_require=[
'responses>=0.22.0',
'coverage>=6.5.0',
'pytest>=7.2.0',
'pytest==7.2.0',
'mockito==1.4.0'
],
setup_requires=[
Expand Down

0 comments on commit 087a210

Please sign in to comment.