tox: update targets to allow testing both under django 3.2 and 2.2 (#67724)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Agate 2022-07-27 15:57:46 +02:00 committed by Frédéric Péters
parent 47a1a1314f
commit 7915dd26de
1 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,7 @@ passenv =
BRANCH_NAME
deps =
django32: django>=3.2,<3.3
django22: django>=2.2,<2.3
pywebpush
pytest-cov
pytest-django
@ -27,9 +28,11 @@ deps =
httmock
pylint
pylint-django
django-webtest
django32: django-webtest
django22: django-webtest<1.9.3
pyquery
psycopg2-binary
django32: psycopg2-binary
django22: psycopg2-binary<2.9
django-mellon>=1.13
vobject
django-ratelimit<3