From 1c33b5a9f041e0fdc4ef0973c7143c59c67bfeb9 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Mon, 29 Aug 2016 14:01:25 -0700 Subject: [PATCH] fix remote shippable target failures (#17287) cryptography upgrade caused fatal error when pycrypto was not installed --- test/utils/shippable/remote-requirements.txt | 3 --- test/utils/shippable/remote.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/utils/shippable/remote-requirements.txt b/test/utils/shippable/remote-requirements.txt index 5074d71e485..23a9d3a2a81 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 2bcf8ce7869..9901f8e20fb 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