fix remote shippable target failures (#17287)

cryptography upgrade caused fatal error when pycrypto was not installed
This commit is contained in:
Matt Davis 2016-08-29 14:01:25 -07:00 committed by GitHub
parent 54d3a977f2
commit 1c33b5a9f0
2 changed files with 1 additions and 3 deletions

View file

@ -1,11 +1,8 @@
cryptography
jinja2
junit-xml
ndg-httpsclient
pyasn1
pyopenssl
pyyaml
requests
setuptools
pywinrm
xmltodict

View file

@ -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