From c72c28d51f1f63cde759a8d65ae0b9489ab56850 Mon Sep 17 00:00:00 2001 From: jctanner Date: Mon, 9 Sep 2024 19:17:07 -0400 Subject: [PATCH] Add a workaround for pulp-glue&packaging conflicts in unit tests. (#2256) 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