2021-02-08 23:35:00 +01:00
|
|
|
- name: Setup remote constraints
|
|
|
|
include_tasks: setup-remote-constraints.yml
|
2020-09-25 21:30:47 +02:00
|
|
|
- name: Install Paramiko for Python 3 on MacOS
|
|
|
|
pip: # no homebrew package manager in core, just use pip
|
|
|
|
name: paramiko
|
2021-02-08 23:35:00 +01:00
|
|
|
extra_args: "-c {{ remote_constraints }}"
|
2020-09-25 21:30:47 +02:00
|
|
|
environment:
|
|
|
|
# Not sure why this fixes the test, but it does.
|
|
|
|
SETUPTOOLS_USE_DISTUTILS: stdlib
|