Skip to content

Commit 32e100a

Browse files
committed
pin pytest-mock to old version
1 parent af324e2 commit 32e100a

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',
10+
'pytest-mock==3.2.0',
1111
'coverage',
1212
'pytest-cov',
1313
'mock;python_version<"3"'

0 commit comments

Comments
 (0)