Require mock 2.0.0, because unit tests are failing on older one

This commit is contained in:
Ondřej Nový 2016-11-22 21:57:35 +01:00
parent a981fe34ed
commit 8a3869e965
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) # noqa
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",

View file

@ -4,7 +4,7 @@ envlist = py27,py33,py34,py35,flake8,linters,docs
[testenv]
deps =
mock
mock>=2.0.0
pytest
coverage
commands =