Skip to content

Commit

Permalink
Remove workaround for podman-py eclipse-bluechi#350
Browse files Browse the repository at this point in the history
Remove manual installation of python-rich dependency, which was required
due to issue containers/podman-py#350 in
podman-py 4.8 and which should be fixed in podman-py 4.9

Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Mar 11, 2024
1 parent 147e053 commit 26be85d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
- name: Install unpackaged python libraries from PyPi
run: |
pip install "tmt[provision]==1.30" "tmt[report-junit]==1.30" podman pytest pyyaml paramiko
# Mitigate https://github.com/containers/podman-py/issues/350
pip install rich
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 26be85d

Please sign in to comment.