From aa42c126a150b18f23931836e3119b5e047905d7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 28 Feb 2023 17:41:50 +0100 Subject: [PATCH] tox.ini: restrict psycopg2 version only for testing on django 2.2 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4763e8c..c561a25 100644 --- a/tox.ini +++ b/tox.ini @@ -15,8 +15,9 @@ usedevelop = coverage: true deps = django22: django>=2.2,<2.3 + psycopg2-binary + django22: psycopg2-binary<2.9 django32: django>=3.2.12,<3.3 - psycopg2<2.9 mock<4 httmock pytest