parent
1289e56ab1
commit
5686c74e76
|
@ -63,9 +63,11 @@ fi
|
||||||
|
|
||||||
# START: HACK
|
# START: HACK
|
||||||
if [ "${script}" == "osx" ]; then
|
if [ "${script}" == "osx" ]; then
|
||||||
# Make sure that the latest versions of pyOpenSSL and cryptography are installed on macOS.
|
# Make sure that the latest versions of pyOpenSSL and cryptography will be installed on macOS before
|
||||||
# This is necessary until https://github.com/ansible/ansible/issues/68701 has been fixed.
|
# ansible-playbook is started. This is necessary until https://github.com/ansible/ansible/issues/68701
|
||||||
retry pip install --upgrade pyOpenSSL cryptography
|
# has been fixed.
|
||||||
|
sed -i -e 's/cryptography.*/cryptography >= 2.9.2/g' /root/venv/lib/python2.7/site-packages/ansible_test/_data/requirements/integration.txt
|
||||||
|
echo 'pyOpenSSL >= 19.1.0' >> /root/venv/lib/python2.7/site-packages/ansible_test/_data/requirements/integration.txt
|
||||||
fi
|
fi
|
||||||
# END: HACK
|
# END: HACK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue