From 395fd3ecf5c4bc48dc50aa50976250e60cf61e97 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Tue, 17 May 2022 09:42:50 +0200 Subject: [PATCH] tox: run tests with django3.2 (#65339) --- tox.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d4d3ec0..39a28de 100644 --- a/tox.ini +++ b/tox.ini @@ -7,10 +7,12 @@ toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:} envlist = py3-dj22 + py3-dj32 [tox:jenkins] envlist = py3-dj22 + py3-dj32 code-style pylint @@ -36,10 +38,15 @@ deps = # dependency constraints for authentic py3: file-magic djangorestframework>=3.12,<3.13 - django-tables2==2.1.1 + dj22: django-tables2==2.1.1 dj22: Django<3 dj22: django-model-utils<4 dj22: django-select2>=5,<6 + dj32: django-tables2==2.4.1 + dj32: Django>=3.2.12,<3.3 + dj32: django-select2>=7.7,<7.8 + dj32: django-model-utils>=4.2,<4.3 + psycopg2-binary dj22: psycopg2-binary<2.9 oldldap: python-ldap<3 ldaptools