Skip to content

Commit

Permalink
test: don't install weak dependencies for updatest-testing scenario
Browse files Browse the repository at this point in the history
In Fedora-39 the dnf weak dependencies behaviour changed to install them
by default which leads to podman's tests having
packagekit/networkmanager and storaged installed. This is unwanted so
explicitly disable it.
  • Loading branch information
jelly committed Oct 30, 2023
1 parent 1e2e3f4 commit 35b206e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case "${TEST_SCENARIO:=}" in
PREPARE_OPTS="$PREPARE_OPTS --overlay"
;;&
*updates-testing*)
bots/image-customize --fresh -v --run-command 'dnf -y update --enablerepo=updates-testing >&2' "$TEST_OS"
bots/image-customize --fresh -v --run-command 'dnf -y update --enablerepo=updates-testing --setopt=install_weak_deps=False >&2' "$TEST_OS"
RUN_OPTS="$RUN_OPTS "
PREPARE_OPTS="$PREPARE_OPTS --overlay"
;;&
Expand Down

0 comments on commit 35b206e

Please sign in to comment.