Skip to content

Commit ceb0e40

Browse files
michaeljosephterryjbates
authored andcommitted
Pin pytest-mock to fix py36 build error
pytest-dev/pytest-mock#59
1 parent df2ab7c commit ceb0e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ passenv = LC_ALL, LANG, HOME
99
commands = py.test --cov=cookiecutter {posargs:tests}
1010
deps = pytest
1111
pytest-cov
12-
pytest-mock
12+
pytest-mock==1.1
1313
freezegun
1414

1515
[testenv:flake8]

0 commit comments

Comments
 (0)