Skip to content

Commit

Permalink
podman: install "rich" dependency
Browse files Browse the repository at this point in the history
This dependency was added to podman-py in version 4.8.0, but not added
properly to their requirements. Install it explicitly for our tox
and integration testing as a workaround.

[0] containers/podman-py#350

Change-Id: Ic0d9b2c26fe5474f579b72d6779243b7ad39b420
  • Loading branch information
mnasiadka committed Nov 29, 2023
1 parent 54e05af commit 0cfc5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playbooks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
when: container_engine == "docker"

- name: Install podman python library
command: "{{ virtualenv_path }}/bin/python -m pip install podman"
command: "{{ virtualenv_path }}/bin/python -m pip install podman rich"
when: container_engine == "podman"

- name: Configure Docker repo for Debian/Ubuntu
Expand Down

0 comments on commit 0cfc5c7

Please sign in to comment.