Skip to content

Commit

Permalink
Force python-rich installation for podman-py
Browse files Browse the repository at this point in the history
Fixes containers/podman-py#350 by forcing
installation of python-rich dependency, which is missing in
python3-podman-3:4.8.0.post1-1

Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Nov 29, 2023
1 parent 1d482ee commit cacb542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/scripts/tests-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ if [ "$INSTALL_DEPS" == "yes" ]; then
python3-pytest \
python3-pytest-timeout \
-y
# Mitigate https://github.com/containers/podman-py/issues/350
dnf install python3-rich -y
fi

BUILD_ARG=""
Expand Down

0 comments on commit cacb542

Please sign in to comment.