Skip to content

Commit 035a7b7

Browse files
authored
fix Python mockito to 1.3.0 (#3984)
This is temporary workaround for Python tools tests.
1 parent 1a2ed5c commit 035a7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def readme():
4646
'pytest',
4747
'GitPython',
4848
'pytest-xdist',
49-
'mockito',
49+
'mockito==1.3.0',
5050
'pytest-mockito',
5151
],
5252
entry_points={

0 commit comments

Comments
 (0)