tox: run tests with django3.2 (#65339)

This commit is contained in:
Paul Marillonnet 2022-05-17 09:42:50 +02:00
parent 27c4e6530b
commit 395fd3ecf5
1 changed files with 8 additions and 1 deletions

View File

@ -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