tox: limit django-filter to <2.3

pkg_resources.ContextualVersionConflict: (Django 1.11.29 (...),
Requirement.parse('Django>=2.2'), {'django-filter'})
This commit is contained in:
Frédéric Péters 2020-06-10 11:13:33 +02:00
parent 9ce4045d98
commit f5e80897dc
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ deps =
# dependency constraints for authentic
py2: django-appconf<1.0.4
py2: django-filter<2
py3: django-filter<2.3
drf34: djangorestframework>=3.4,<3.4.1
drf39: djangorestframework>=3.9.2,<3.10
dj111: django<2.0