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