podman: install "rich" dependency

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] https://github.com/containers/podman-py/issues/350

Change-Id: Ic0d9b2c26fe5474f579b72d6779243b7ad39b420
This commit is contained in:
Michal Nasiadka 2023-11-29 19:07:10 +01:00
parent 54e05af7e5
commit 0cfc5c7c09

View File

@ -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