a7e834071c
* Fix connection_paramiko_ssh test for macOS 11 * Update Azure Pipelines config * Add changelog
6 lines
230 B
YAML
6 lines
230 B
YAML
- name: Install Paramiko for Python 3 on MacOS
|
|
pip: # no homebrew package manager in core, just use pip
|
|
name: paramiko
|
|
environment:
|
|
# Not sure why this fixes the test, but it does.
|
|
SETUPTOOLS_USE_DISTUTILS: stdlib
|