35b0fef536
* Use default group of staff on macos to prevent sudo issues * Install gnu-tar for macos in git and unarchive tests * Enable timezone module to support py3 on macos * If the virtualenv command is missing, try python -m virtualenv * Install passlib for filter_core on macos * Install paramiko via pip on macos for paramiko tests * Normalize discovered python interpreter on macos * Get pip tests passing, by ensuring we have wheel installed * Create /etc/ansible for ca certs on mac, list lookup_url as destructive * Fixups for CA certs * Include macos * Dynamically get cafile instead of hardcoding the path
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
|