Skip to content

Commit

Permalink
Require mock 2.0.0, because unit tests are failing on older one
Browse files Browse the repository at this point in the history
  • Loading branch information
onovy committed Nov 22, 2016
1 parent a981fe3 commit 8a3869e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import flake8


tests_require = ['mock', 'pytest']
tests_require = ['mock >= 2.0.0', 'pytest']

requires = [
"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py27,py33,py34,py35,flake8,linters,docs

[testenv]
deps =
mock
mock>=2.0.0
pytest
coverage
commands =
Expand Down

0 comments on commit 8a3869e

Please sign in to comment.