From a91911e1c4edf29d672f8fae4b36a66b84207d20 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:01 +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 70b8e15..3b252ff 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ deps = dj111: django<2.0 dj22: django<2.3 django-tables<2.0 - psycopg2-binary + psycopg2-binary<2.9 py3: django-filter<2.3 chardet<4