From b4c46931f3bbb76bf7d822008e2a76c58762cec3 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:03 +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 9e51b9a..0740f24 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ deps = dj111: django>=1.11,<1.12 coverage django_webtest - psycopg2 + psycopg2<2.9 pytest pytest-cov pytest-django