From 84591f2feaff868c8d7fd4a1425de94bb300e937 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Wed, 6 Oct 2021 17:49:12 +0200 Subject: [PATCH] tox: stop testing with drf 3.4 (#57661) --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 3b252ff..31e4d7c 100644 --- a/tox.ini +++ b/tox.ini @@ -6,14 +6,12 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-wallonie-connect/{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 @@ -37,7 +35,6 @@ deps = pip > 9 https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz # dependency constraints for authentic - drf34: djangorestframework>=3.4,<3.4.1 drf39: djangorestframework>=3.9.2,<3.10 dj111: django<2.0 dj22: django<2.3