From 919f52fb8f2698faec1f8e44756fc732ded6e8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 1 Mar 2022 14:44:14 +0100 Subject: [PATCH] CI: Install mock in Python 3.5 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fe925951b..208aaa4aa 100644 --- a/tox.ini +++ b/tox.ini @@ -58,6 +58,7 @@ deps = -ctests/constraints.txt -rrequirements-py3.txt -rtests/requirements-py3.txt + mock # Extras botocore>=1.3.23 Pillow>=3.4.2