From 20f20c73cbe31afd1e27148e8e2f99ca6d6a761a 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 9aeeb9c..7ed61bd 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ deps = mock<4 dj111: djangorestframework<3.12.0 django-webtest<1.9.3 - psycopg2 + psycopg2<2.9 pyquery commands = python setup.py compile_translations