tox: limit django-filter to <2.3 (#43723)

pkg_resources.ContextualVersionConflict: (Django 1.11.29 (...),
Requirement.parse('Django>=2.2'), {'django-filter'})
-- https://jenkins.entrouvert.org/job/authentic/1290/console
This commit is contained in:
Frédéric Péters 2020-06-06 06:23:32 +02:00
parent bc5b70e571
commit 6bf952cc42
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ deps =
oldldap: python-ldap<3
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
commands =