tox: stop testing django 2.2 (#81950)

This commit is contained in:
Frédéric Péters 2023-10-03 16:21:43 +02:00
parent 9d333b9957
commit 7d6b3549b3
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
[tox]
envlist =
py3-django22-drf39
py3-django22-drf312
py3-django32-black-coverage-pylint-drf312
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/welco/{env:BRANCH_NAME:}
@ -15,9 +13,7 @@ setenv =
fast: FAST=--nomigrations
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=welco/
deps =
django22: django>=2.2,<2.3
django32: django>=3.2,<3.3
django22: django-haystack<2.8
pytest-cov
pytest-django
pytest!=5.3.3