From abb2be9cdbea3327bec363e7d606ce173588f8d9 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 bae16fe8..959f16a7 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ deps = django111: django>=1.11,<1.12 django22: django>=2.2,<2.3 django111: djangorestframework<3.12.0 - psycopg2-binary + psycopg2-binary<2.9 django111: django-filter<2.3 codestyle: pre-commit commands =