diff --git a/setup.py b/setup.py index eff3381..b9e1995 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def run_tests(self): 'six==1.10.0', ], tests_require=[ - 'pytest==3.0.2', + 'pytest>=3.0.0', 'pytest-django==2.9.1', 'pytest-cov==2.3.1', 'openpyxl==2.4.0',