diff --git a/tox.ini b/tox.ini index bcf871d..6fb1e8e 100644 --- a/tox.ini +++ b/tox.ini @@ -6,14 +6,12 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-auth-fedict/{env:BRANCH_NAME:} envlist = - py3-dj22 py3-dj32 [tox:jenkins] envlist = pylint code-style - py3-dj22 py3-dj32 @@ -38,12 +36,9 @@ deps = # dependency constraints for authentic py3: file-magic djangorestframework>=3.12,<3.13 - dj22: django<2.3 dj32: django>=3.2.12,<3.3 - dj22: django-tables<2.0 dj32: django-tables2==2.4.1 psycopg2-binary - dj22: psycopg2-binary<2.9 oldldap: python-ldap<3 ldaptools @@ -67,7 +62,7 @@ usedevelop = true basepython = python3 deps = https://git.entrouvert.org/entrouvert/authentic/archive/main.tar.gz - Django<2.3 + Django<3.3 pylint<1.8 pylint-django<0.8.1 commands =