tox: add test env with djangorestframework 3.12 (#59962)

This commit is contained in:
Paul Marillonnet 2021-12-21 11:44:38 +01:00
parent 273ebaebd7
commit b9f1ea60a0
1 changed files with 3 additions and 2 deletions

View File

@ -6,12 +6,12 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:}
envlist =
py3-dj22-drf39
py3-dj22-drf3{9,12}
[tox:jenkins]
envlist =
pylint
py3-dj22-drf39
py3-dj22-drf3{9,12}
[testenv]
@ -35,6 +35,7 @@ deps =
# dependency constraints for authentic
py3: file-magic
drf39: djangorestframework>=3.9.2,<3.10
drf312: djangorestframework>=3.12,<3.13
dj22: django<2.3
django-tables<2.0
psycopg2-binary<2.9