Skip to content

Commit

Permalink
Add a workaround for pulp-glue&packaging conflicts in unit tests. (#2256
Browse files Browse the repository at this point in the history
)

No-Issue

Signed-off-by: jctanner <[email protected]>
  • Loading branch information
jctanner authored Sep 9, 2024
1 parent 87a759d commit c72c28d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/playbooks/run_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c72c28d

Please sign in to comment.