From 4d37188539ad578b49206c0c8c521e7b5d69b842 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:04 +0200 Subject: [PATCH] tox: limit psycopg2 to < 2.9 (#54925) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a8cf8a0..c738738 100644 --- a/tox.ini +++ b/tox.ini @@ -17,9 +17,9 @@ deps = django111: django>=1.11, <1.12 django22: django>=2.2, <2.3 https://git.entrouvert.org/passerelle.git/snapshot/passerelle-main.tar.gz - psycopg2-binary + psycopg2-binary<2.9 httmock - psycopg2 + psycopg2<2.9 pytest pytest-cov pytest-django