Skip to content

Commit ea2d60d

Browse files
author
=
committed
update pytest django version
1 parent b331319 commit ea2d60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'mock',
2222
'pytz',
2323
'django-filter',
24-
'pytest-django==2.9.1',
24+
'pytest-django>=3.2.1',
2525
] + rest_framework_require
2626

2727
django_version = 'Django>=1.8.0,<2' if sys.version_info[0] < 3 else 'Django>=1.8.0'

0 commit comments

Comments
 (0)