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