tox: add django3.2 (and matching dependencies) target (#74995)
gitea/authentic2-auth-fedict/pipeline/head This commit looks good Details

This commit is contained in:
Paul Marillonnet 2023-03-01 17:37:07 +01:00
parent dd1944e309
commit 653ea603a7
1 changed files with 7 additions and 2 deletions

View File

@ -7,12 +7,14 @@
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
[testenv]
@ -37,8 +39,11 @@ deps =
py3: file-magic
djangorestframework>=3.12,<3.13
dj22: django<2.3
django-tables<2.0
psycopg2-binary<2.9
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