From afb89ff9a8aa348e5116e69798eba56c86c8bc1e 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:56:14 +0200 Subject: [PATCH] tox: limit psycopg2 to < 2.9 (#54926) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 060f2e7..5d3725c 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,7 @@ deps: pytest-freezegun xmlschema<1.1 enum34<=1.1.6 - psycopg2-binary + psycopg2-binary<2.9 black: pre-commit commands = ./getlasso3.sh