From 581e26b582d779c8f5aabd7a5e1de1854c9b179b Mon Sep 17 00:00:00 2001 From: jctanner Date: Mon, 9 Sep 2024 21:42:29 +0200 Subject: [PATCH] Add a workaround for pulp-glue&packaging conflicts in unit tests. No-Issue Signed-off-by: jctanner --- dev/playbooks/run_unit_tests.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev/playbooks/run_unit_tests.yaml b/dev/playbooks/run_unit_tests.yaml index bc33b32c65..2744e6f924 100644 --- a/dev/playbooks/run_unit_tests.yaml +++ b/dev/playbooks/run_unit_tests.yaml @@ -27,6 +27,13 @@ include_role: name: galaxy_ng.tools.pulp_smash + - name: workaround packaging&pulp-glue conflict + command: + cmd: "{{ item }}" + with_items: + - "pip3 uninstall -y pulp-glue" + - "pip3 install 'pulp-glue<0.29,>=0.18.0' packaging" + - name: Run the tests hosts: pulp