From 4c5e393b412f3cc1bfc1814e305ebe4c2a94a2a9 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:27:59 +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 1a9cb2c..5efcc43 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps = djangorestframework>=3.3,<3.8 pylint astroid - mock + mock<4 psycopg2-binary commands = py.test {env:COVERAGE:} {posargs:tests/}