tox: remove django 2.2 (dj22) target
gitea/zoo/pipeline/head This commit is unstable Details

This commit is contained in:
Thomas NOËL 2023-03-23 11:10:39 +01:00
parent c171f510f4
commit 690a4f8baf
1 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/zoo/{env:BRANCH_NAME:}
envlist =
py3-dj22
py3-dj32
[testenv]
@ -19,11 +18,8 @@ setenv =
COVERAGE={tty::--cov-report xml --cov-report html --cov=zoo/}
usedevelop = true
deps =
dj22: django<2.3
dj22: psycopg2-binary<2.9
dj22: djangorestframework>=3.9.2,<3.10
dj32: django>=3.2,<3.3
dj32: psycopg2-binary
psycopg2-binary
pip>8
pytest-flakes
coverage