tox.ini: test against DRF 3.9 only (#46038)

It's the current version on debian buster (stable).
This commit is contained in:
Benjamin Dauvergne 2020-08-24 17:36:38 +02:00
parent 766df63a49
commit 771205afa0
1 changed files with 2 additions and 3 deletions

View File

@ -6,13 +6,13 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:}
envlist =
py3-dj111-drf34
py3-dj111-drf39
py3-dj22-drf39
[tox:jenkins]
envlist =
pylint
py3-dj111-drf34
py3-dj111-drf39
py3-dj22-drf39
@ -36,7 +36,6 @@ deps =
local: ../authentic2
# dependency constraints for authentic
py3: file-magic
drf34: djangorestframework>=3.4,<3.4.1
drf39: djangorestframework>=3.9.2,<3.10
dj111: django<2.0
dj22: django<2.3