From 156491657dd8fdee6e5bc1f328a2adcd2ad85406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 11 Aug 2020 08:37:41 +0200 Subject: [PATCH] tox: limit quixote to <3.2, to keep tests working with python 3.5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a6b2e90..6bcc193 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ deps = httmock # w.c.s. dependencies, as it cannot b installed through pip - quixote>=3 + quixote>=3,<3.2 psycopg2-binary vobject pyproj