From 05186e0f82b465a8808526ecd1f7911b40a888c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 14 May 2022 10:05:29 +0200 Subject: [PATCH] tox: update versions to keep testing against django 2.2 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c902357..8064242 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,9 @@ deps = py3: file-magic djangorestframework>=3.12,<3.13 django-tables2==2.1.1 - psycopg2-binary<2.9 + dj22: django-model-utils<4 + dj22: django-select2>=5,<6 + dj22: psycopg2-binary<2.9 oldldap: python-ldap<3 ldaptools