summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <nitzmahone@users.noreply.github.com>2016-08-29 14:01:25 -0700
committerGitHub <noreply@github.com>2016-08-29 14:01:25 -0700
commit1c33b5a9f041e0fdc4ef0973c7143c59c67bfeb9 (patch)
treed528f01cb4a070b8e2714f92000b9fcbe2ce8684
parent54d3a977f2b337cbc3bc693cd355405bf87dcb2f (diff)
downloadansible-1c33b5a9f041e0fdc4ef0973c7143c59c67bfeb9.tar.gz
fix remote shippable target failures (#17287)
cryptography upgrade caused fatal error when pycrypto was not installed
-rw-r--r--test/utils/shippable/remote-requirements.txt3
-rwxr-xr-xtest/utils/shippable/remote.sh1
2 files changed, 1 insertions, 3 deletions
diff --git a/test/utils/shippable/remote-requirements.txt b/test/utils/shippable/remote-requirements.txt
index 5074d71e48..23a9d3a2a8 100644
--- a/test/utils/shippable/remote-requirements.txt
+++ b/test/utils/shippable/remote-requirements.txt
@@ -1,11 +1,8 @@
cryptography
-jinja2
junit-xml
ndg-httpsclient
pyasn1
pyopenssl
-pyyaml
requests
-setuptools
pywinrm
xmltodict
diff --git a/test/utils/shippable/remote.sh b/test/utils/shippable/remote.sh
index 2bcf8ce786..9901f8e20f 100755
--- a/test/utils/shippable/remote.sh
+++ b/test/utils/shippable/remote.sh
@@ -86,6 +86,7 @@ if [ ${start_instance} ]; then
start --id "${instance_id}" "${test_auth}" "${test_platform}" "${test_version}" ${args}
fi
+pip install "${source_root}" --upgrade
pip install -r "${source_root}/test/utils/shippable/remote-requirements.txt" --upgrade
pip list