Skip to content

Commit

Permalink
Pin pytest-mock to fix py36 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Aug 15, 2016
1 parent c306e0f commit 2d0affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ passenv = LC_ALL, LANG, HOME
commands = py.test --cov=cookiecutter {posargs:tests}
deps = pytest
pytest-cov
pytest-mock
pytest-mock==1.1
freezegun

[testenv:flake8]
Expand Down

0 comments on commit 2d0affe

Please sign in to comment.