Added mock to tests_require

This commit is contained in:
Jakub Roztočil 2015-03-25 22:52:49 +01:00
parent daf3573908
commit 483546d781

View File

@ -31,6 +31,7 @@ tests_require = [
# https://bitbucket.org/pypa/setuptools/issue/196/
'pytest-httpbin',
'pytest',
'mock',
]