Skip to content

Commit d91fded

Browse files
committed
downgrade pytest-mock
1 parent 32e100a commit d91fded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TESTS_REQUIRES = [
88
'flake8',
99
'pytest<=4.6', # for deprecated python versions: https://docs.pytest.org/en/latest/py27-py34-deprecation.html
10-
'pytest-mock==3.2.0',
10+
'pytest-mock==2.0.0',
1111
'coverage',
1212
'pytest-cov',
1313
'mock;python_version<"3"'

0 commit comments

Comments
 (0)