Fix setup_paramiko test (#71547)

pull/71548/head
Sam Doran 4 years ago committed by GitHub
parent f75223d2c6
commit 785012321f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,6 @@
- name: Install Paramiko for Python 3 on Alpine
pip: # no apk package manager in core, just use pip
name: paramiko
environment:
# Not sure why this fixes the test, but it does.
SETUPTOOLS_USE_DISTUTILS: stdlib

Loading…
Cancel
Save