From 95ee5d21f963cb4090a116a23060b278b8514fbe Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 12 May 2022 15:43:16 +0200 Subject: [PATCH] tox.ini: force psycopg2<2.9 to work with python3.10 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 832cee8..cf69ec3 100644 --- a/tox.ini +++ b/tox.ini @@ -54,6 +54,7 @@ deps: pytest-freezegun xmlschema<1.1 enum34<=1.1.6 + psycopg2<2.9 psycopg2-binary<2.9 black: pre-commit commands =