1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Update sanity test requirements

This commit is contained in:
Lukas Kämmerling 2020-07-31 06:39:16 +02:00 committed by GitHub
parent 64c99d9759
commit 7b8fb579c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ retry ansible-galaxy -vvv collection install ansible.netcommon
retry pip install hcloud
retry pip install netaddr --disable-pip-version-check
retry git clone https://github.com/ansible-collections/community.internal_test_tools.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/internal_test_tools"
retry ansible-galaxy -vvv collection install community.internal_test_tools
# END: HACK
export PYTHONIOENCODING='utf-8'