update pytest django version

This commit is contained in:
= 2018-04-15 00:13:49 -04:00
parent b331319aea
commit ea2d60d3df

View File

@ -21,7 +21,7 @@ tests_require = [
'mock',
'pytz',
'django-filter',
'pytest-django==2.9.1',
'pytest-django>=3.2.1',
] + rest_framework_require
django_version = 'Django>=1.8.0,<2' if sys.version_info[0] < 3 else 'Django>=1.8.0'