mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
fix remote shippable target failures (#17287)
cryptography upgrade caused fatal error when pycrypto was not installed
This commit is contained in:
parent
54d3a977f2
commit
1c33b5a9f0
2 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,8 @@
|
||||||
cryptography
|
cryptography
|
||||||
jinja2
|
|
||||||
junit-xml
|
junit-xml
|
||||||
ndg-httpsclient
|
ndg-httpsclient
|
||||||
pyasn1
|
pyasn1
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pyyaml
|
|
||||||
requests
|
requests
|
||||||
setuptools
|
|
||||||
pywinrm
|
pywinrm
|
||||||
xmltodict
|
xmltodict
|
||||||
|
|
|
@ -86,6 +86,7 @@ if [ ${start_instance} ]; then
|
||||||
start --id "${instance_id}" "${test_auth}" "${test_platform}" "${test_version}" ${args}
|
start --id "${instance_id}" "${test_auth}" "${test_platform}" "${test_version}" ${args}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pip install "${source_root}" --upgrade
|
||||||
pip install -r "${source_root}/test/utils/shippable/remote-requirements.txt" --upgrade
|
pip install -r "${source_root}/test/utils/shippable/remote-requirements.txt" --upgrade
|
||||||
pip list
|
pip list
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue