Skip to content

Commit

Permalink
pin tmt version to 1.30
Browse files Browse the repository at this point in the history
On 06.02.2024 the tmt version 1.31 was released. It adds
a new preparation task (at least in our setup), which fails.
Pinning it to 1.30 for now.

Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Feb 8, 2024
1 parent 0c70696 commit bfea83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install unpackaged python libraries from PyPi
run: |
pip install "tmt[provision]" "tmt[report-junit]" podman pytest pytest-timeout
pip install "tmt[provision]==1.30" "tmt[report-junit]==1.30" podman pytest pytest-timeout
# Mitigate https://github.com/containers/podman-py/issues/350
pip install rich
Expand Down

0 comments on commit bfea83b

Please sign in to comment.