From ee6baa30cf466090fff3c6ee095a651c509b6924 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 19 Jul 2020 14:50:40 +0200 Subject: [PATCH] Prevent CI failure with older pip versions. (#670) --- tests/integration/targets/pids/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/targets/pids/tasks/main.yml b/tests/integration/targets/pids/tasks/main.yml index c7a5963483..31903c2869 100644 --- a/tests/integration/targets/pids/tasks/main.yml +++ b/tests/integration/targets/pids/tasks/main.yml @@ -3,7 +3,8 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) - name: "Installing the psutil module" pip: - name: psutil + name: psutil < 5.7.0 + # Version 5.7.0 breaks on older pip versions. See https://github.com/ansible/ansible/pull/70667 - name: "Checking the empty result" pids: