From f1801e71168a36a44f2d0d39ff5bebcc5ee8e43c 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:03 +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 65d98f2..bfec201 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ setenv = coverage: COVERAGE=--junitxml=junit-{envname}.xml --random --cov-report xml --cov-report html --cov=fargo/ deps = pytest - pg: psycopg2 + pg: psycopg2<2.9 pylint pylint-django dj111: django>=1.11,<1.12