From fbe7e886d3255371e118c6fca519de97ae702ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 6 Oct 2020 09:25:17 +0200 Subject: [PATCH] tox: limit mock version for compatibility with python 3.5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ffe3f28..bfd004a 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = pytest-django pytest WebTest - mock + mock<4 httmock requests-mock ipdb