From fea4bdf951e8b213a581b239ecfec3786ab2bb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 17 Jun 2021 08:50:04 +0200 Subject: [PATCH] tox: limit psycopg2 to < 2.9 (#54925) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d3d11a6..f1c7515 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = django111: django>=1.11,<1.12 git+https://git.entrouvert.org/passerelle.git django-webtest - psycopg2-binary + psycopg2-binary<2.9 pytest pytest-django commands =