summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-01-04 11:14:57 -0800
committerMatt Clay <matt@mystile.com>2022-01-04 12:17:51 -0800
commit15ab9a086a62ab066190e5d2eb261312bc327e6c (patch)
tree498bbe302c28153b9d3709e32fd6012341948f77 /test
parent3c2d25014af6b594ece47e670323a69f836437d6 (diff)
downloadansible-15ab9a086a62ab066190e5d2eb261312bc327e6c.tar.gz
[stable-2.11] Fix wait_for integration test.
Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS. (cherry picked from commit a5f4a25d324d29a04da9505b19da54267e90f778) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'test')
-rw-r--r--test/integration/targets/wait_for/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/wait_for/tasks/main.yml b/test/integration/targets/wait_for/tasks/main.yml
index 67e077868e..1af08924f7 100644
--- a/test/integration/targets/wait_for/tasks/main.yml
+++ b/test/integration/targets/wait_for/tasks/main.yml
@@ -150,7 +150,7 @@
- name: install psutil using pip (non-Linux only)
pip:
- name: psutil
+ name: psutil==5.8.0
when: ansible_system != 'Linux'
- name: Copy zombie.py