ci: remove django22 unused target (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-29 11:59:07 +02:00
parent dff430d1d5
commit 9dc1482d37
1 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle/{env:RAND_TEST:}
envlist = py3-django32-xmlschema14-codestyle-coverage,pylint
envlist = py3-django32-codestyle-coverage,pylint
[testenv]
usedevelop = True
@ -14,14 +14,10 @@ setenv =
fast: FAST=--nomigrations
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=passerelle/ --cov-config .coveragerc -Wignore
deps =
django22: django>=2.2,<2.3
django32: django>=3.2,<3.3
xmlschema14: xmlschema<1.5
xmlschema10: xmlschema<1.1
xmlschema<1.5
django32: psycopg2-binary
django22: psycopg2-binary<2.9
django32: django-model-utils>=4.2
django22: django-model-utils<4.2
pytest-cov
pytest-django
pytest-xdist
@ -31,7 +27,6 @@ deps =
httmock
python-dateutil
django32: django-webtest
django22: django-webtest<1.9.3
lxml
mohawk
pytest-freezegun