misc: remove tests on django 2.2 (#76604)

This commit is contained in:
Lauréline Guérin 2023-04-13 14:48:00 +02:00
parent efae69e50d
commit b41e397d02
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py3-django{22,32}-codestyle-coverage
envlist = py3-django32-codestyle-coverage
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/publik-django-templatetags/{env:BRANCH_NAME:}
[testenv]
@ -11,15 +11,14 @@ setenv =
JUNIT=--junitxml=junit-{envname}.xml
coverage: COVERAGE=--cov-report xml --cov-report html --cov=publik_django_templatetags/
deps =
django22: django>=2.2,<2.3
django32: django>=3.2,<3.3
pytest
pytest-cov
pytest-django
pytest-freezegun
WebTest
psycopg2-binary<2.9
psycopg2<2.9
psycopg2-binary
psycopg2
pre-commit
commands =
pytest {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}