From ed2348de762d9691c50de244d60cee1543c1f070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 1 Mar 2022 14:49:59 +0100 Subject: [PATCH] CI: Install mock in Python 3.5 with pinned dependencies --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 208aaa4aa..e798ee70f 100644 --- a/tox.ini +++ b/tox.ini @@ -81,6 +81,7 @@ deps = w3lib==1.17.0 zope.interface==4.1.3 -rtests/requirements-py3.txt + mock # Extras botocore==1.3.23 Pillow==3.4.2