Skip to content

Commit

Permalink
test with ansible#2256 fix
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
jerabekjiri committed Sep 9, 2024
1 parent f754073 commit 5dbe4b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev/playbooks/run_unit_tests.yaml
100644 → 100755
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 All @@ -49,4 +56,3 @@
- name: "Run the unit tests"
galaxy_ng.tools.local_run:
command: docker exec pulp /bin/bash -c '/tmp/run_units.sh'

0 comments on commit 5dbe4b6

Please sign in to comment.