ci: remove Django 2.2 target (#75506)
gitea/authentic2-auth-fedict/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-03-16 11:57:28 +01:00
parent 653ea603a7
commit 1408cc051e
1 changed files with 1 additions and 6 deletions

View File

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