tests: remove django22 from tox envlist (#75429)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Thomas NOËL 2023-03-14 18:06:26 +01:00
parent d6894315d4
commit 851a89f1fd
1 changed files with 1 additions and 1 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,py3-django22-xmlschema10,pylint
envlist = py3-django32-xmlschema14-codestyle-coverage,pylint
[testenv]
usedevelop = True