From 0ef3ff6a9d55ec16a62effddfda836bf4f2a330f Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 14 Oct 2016 12:23:29 +0100 Subject: [PATCH] Install dependencies for validate-modules (#18028) Currently (pre-repomerge) we aren't running sanity.sh from ansible/ansible, after the merge we will. Therefore I've added the requirements here, rather than in ansible-modules-*/test/utils/shippable --- test/utils/shippable/sanity-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/utils/shippable/sanity-requirements.txt b/test/utils/shippable/sanity-requirements.txt index 094224a844..09156ea60b 100644 --- a/test/utils/shippable/sanity-requirements.txt +++ b/test/utils/shippable/sanity-requirements.txt @@ -2,3 +2,5 @@ tox pyyaml jinja2 setuptools +mock +voluptuous==0.8.8