mirror of https://github.com/ansible/ansible.git
Fix setup_paramiko test (#71547)
parent
f75223d2c6
commit
785012321f
@ -1,3 +1,6 @@
|
|||||||
- name: Install Paramiko for Python 3 on Alpine
|
- name: Install Paramiko for Python 3 on Alpine
|
||||||
pip: # no apk package manager in core, just use pip
|
pip: # no apk package manager in core, just use pip
|
||||||
name: paramiko
|
name: paramiko
|
||||||
|
environment:
|
||||||
|
# Not sure why this fixes the test, but it does.
|
||||||
|
SETUPTOOLS_USE_DISTUTILS: stdlib
|
||||||
|
Loading…
Reference in New Issue