From 36ffd6ae2b9d6305d3a910d247dae5692d0b5a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 15 Dec 2021 08:28:42 +0100 Subject: [PATCH] tox: stop testing against django 1.11 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 05743ad..799296f 100644 --- a/tox.ini +++ b/tox.ini @@ -6,13 +6,11 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:} envlist = - py3-dj111-drf39 py3-dj22-drf39 [tox:jenkins] envlist = pylint - py3-dj111-drf39 py3-dj22-drf39 @@ -37,7 +35,6 @@ deps = # dependency constraints for authentic py3: file-magic drf39: djangorestframework>=3.9.2,<3.10 - dj111: django<2.0 dj22: django<2.3 django-tables<2.0 psycopg2-binary<2.9