diff --git a/setup.py b/setup.py index 64f0fe4b..21b6a9e8 100755 --- a/setup.py +++ b/setup.py @@ -69,9 +69,9 @@ tests_require = [ 'nose', 'pep8', 'pytz', - 'pytest', + 'pytest>=2.7.0,<2.8.0', 'pytest-cov>=1.4', - 'pytest-django', + 'pytest-django>=2.8.0,<2.7.0', 'requests', 'tornado', 'webob',