From 7fd5cbae6af99b534d9a04390fa81182452f7324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 30 Mar 2023 09:47:11 +0200 Subject: [PATCH] ci: relax django-webtest dependency --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f1ad470..0da065a 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ deps = pytest pytest-cov pytest-django - django-webtest<1.9.3 + django-webtest WebTest mock<4 psycopg2-binary