diff --git a/setup.py b/setup.py index 013a97e3..86fcb405 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ tests_require = [ 'pytz', 'pytest>=2.7.0,<2.8.0', 'pytest-cov>=1.4', - 'pytest-django>=2.8.0,<2.7.0', + 'pytest-django>=2.7.0,<2.8.0', 'pytest-timeout==0.4', 'requests', 'tornado',