From ae13ffea07e78949fba55a02d8526e17b82625e2 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 3cee974..5825e80 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = junit: JUNIT=--junitxml=junit-{envname}.xml deps = django111: django>=1.11,<1.12 - psycopg2 + psycopg2<2.9 pytest-cov pytest-django pytest