diff options
author | John R Barker <john@johnrbarker.com> | 2016-10-20 18:22:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-20 18:22:58 +0100 |
commit | ba8e1f88a95dc21b70f5a5a4779728737ee27122 (patch) | |
tree | 81dc55d40033f8a39b692c1631e078c22db40c13 /test/utils | |
parent | 1dfa0e06eb1bbd2ff89bf3db5f5e5b6028cdd6f5 (diff) | |
download | ansible-ba8e1f88a95dc21b70f5a5a4779728737ee27122.tar.gz |
Port validate-modules to stable-2.2 (#18119)
Diffstat (limited to 'test/utils')
-rw-r--r-- | test/utils/shippable/sanity-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |