summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-08-25 13:23:25 -0700
committerGitHub <noreply@github.com>2022-08-25 13:23:25 -0700
commit7e01d8084b7dda1ab4a12115646532f8bd518154 (patch)
tree4826546017b94747e5623864c51b72fe3d41a638
parentae6647bb75169125d2ab951a7d914d72ac4d1909 (diff)
downloadansible-7e01d8084b7dda1ab4a12115646532f8bd518154.tar.gz
Fix bcrypt install for paramiko test on macOS. (#78646)
-rw-r--r--test/integration/targets/setup_paramiko/install-Darwin-python-3.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/setup_paramiko/install-Darwin-python-3.yml b/test/integration/targets/setup_paramiko/install-Darwin-python-3.yml
index 8926fe333e..c861b249a6 100644
--- a/test/integration/targets/setup_paramiko/install-Darwin-python-3.yml
+++ b/test/integration/targets/setup_paramiko/install-Darwin-python-3.yml
@@ -1,5 +1,9 @@
- name: Setup remote constraints
include_tasks: setup-remote-constraints.yml
+- name: Upgrade the virtual environment's pip to enable installation of bcrypt wheels
+ pip:
+ name: pip
+ state: latest
- name: Install Paramiko for Python 3 on MacOS
pip: # no homebrew package manager in core, just use pip
name: paramiko