From f5e80897dc5d953d2ba26102567a62492ba40ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 10 Jun 2020 11:13:33 +0200 Subject: [PATCH] tox: limit django-filter to <2.3 pkg_resources.ContextualVersionConflict: (Django 1.11.29 (...), Requirement.parse('Django>=2.2'), {'django-filter'}) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 59b00c4..c7d6b24 100644 --- a/tox.ini +++ b/tox.ini @@ -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