From 6be11f289ccd3fee16cc82f9b7de37bcf1348c6a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 21 Jun 2022 11:17:30 +0200 Subject: [PATCH 2/2] wip: force jwcrypto<0.9 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 002b018f..3121fd69 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ envlist = authentic-py3-dj22-drf39-djtables1211 authentic-py3-dj22-drf312-djtables211 authentic-py3-dj32-drf312-djtables241 + authentic-py3-dj32-drf312-djtables241-jwcrypto08 code-style [tox:jenkins] @@ -89,6 +90,7 @@ deps = py3: django-filter drf39: djangorestframework>=3.9.2,<3.10 drf312: djangorestframework>=3.12,<3.13 + jwcrypto08: jwcrypto<0.9 usedevelop = True commands = ./getlasso3.sh -- 2.35.1