[tests/dnf] work around dnf packaging issue (#72249)
Change: - In this test we end up upgrading dnf (and python3-dnf) so that we can test its new logging behavior. However, the latest Fedora 32 dnf had a packaging issue which caused it to not pull in the latest python3-libdnf. This is fixed, but not synced out to mirrors yet. Fixing it in this test will get CI passing again in the meanwhile. Test Plan: - CI Tickets: - https://bugzilla.redhat.com/show_bug.cgi?id=1887502 Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
parent
39d6c5ef7a
commit
9ddb1d76af
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
# Note: https://bugzilla.redhat.com/show_bug.cgi?id=1788212
|
# Note: https://bugzilla.redhat.com/show_bug.cgi?id=1788212
|
||||||
- name: Install latest version python3-dnf
|
- name: Install latest version python3-dnf
|
||||||
dnf:
|
dnf:
|
||||||
name: python3-dnf
|
name:
|
||||||
|
- python3-dnf
|
||||||
|
- python3-libdnf # https://bugzilla.redhat.com/show_bug.cgi?id=1887502
|
||||||
state: latest
|
state: latest
|
||||||
register: dnf_result
|
register: dnf_result
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue