Skip to content

Commit

Permalink
Sticking to mockito 1.4 as 1.5 breaks stuff bad.
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller committed Mar 10, 2024
1 parent 504cd67 commit 8fd7e47
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 @@ -79,7 +79,7 @@
'responses>=0.22.0',
'coverage>=6.5.0',
'pytest>=7.2.0',
'mockito>=1.4.0'
'mockito==1.4.0'
],
setup_requires=[
],
Expand Down

0 comments on commit 8fd7e47

Please sign in to comment.