Skip to content

Commit

Permalink
Merge pull request #1330 from vojtechtrefny/master_tmt-dnf5
Browse files Browse the repository at this point in the history
ci: Install 'python3-libdnf5' for TMT test plans
  • Loading branch information
vojtechtrefny authored Nov 6, 2024
2 parents 921d705 + b5b492b commit 5ad3977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plans/tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prepare:
- name: copr
how: shell
script:
- sudo dnf install -y 'dnf-command(copr)'
- sudo dnf install -y python3-libdnf5 'dnf-command(copr)'
- sudo dnf copr enable -y @storage/udisks-daily
# TF prioritizes Fedora tag repo over all others, in particular our daily COPR
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done
Expand Down

0 comments on commit 5ad3977

Please sign in to comment.