tox: use django 3.2 (#67724)

This commit is contained in:
Frédéric Péters 2022-07-26 19:24:47 +02:00
parent 32cc7cdb60
commit b31f63bdc0
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:}
envlist = coverage-py3-django22-codestyle, pylint
envlist = coverage-py3-django32-codestyle, pylint
[testenv]
usedevelop = True
@ -15,7 +15,7 @@ setenv =
passenv =
BRANCH_NAME
deps =
django22: django>=2.2,<2.3
django32: django>=3.2,<3.3
pywebpush
pytest-cov
pytest-django
@ -29,7 +29,7 @@ deps =
pylint-django
django-webtest<1.9.3
pyquery
psycopg2-binary<2.9
psycopg2-binary
django-mellon>=1.13
vobject
django-ratelimit<3
@ -63,7 +63,7 @@ deps =
pylint-django
django-webtest<1.9.3
pyquery
psycopg2-binary<2.9
psycopg2-binary
git+https://git.entrouvert.org/debian/django-ckeditor.git
git+https://git.entrouvert.org/publik-django-templatetags.git
uwsgidecorators