From 8d9684dd80547e11d757efaca25883e93f110f8c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Oct 2020 10:19:33 -0700 Subject: [PATCH] Update tests: don't install git any more We were using it to checkout a git version of python-fedora to work around a bug, long ago, but we don't do that any more so we don't need it. Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 6481de4e..f68ff175 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -537,7 +537,7 @@ sub _repo_setup_updates { assert_script_run "mount /opt/update_repo"; } assert_script_run "cd /opt/update_repo"; - script_run "dnf -y install bodhi-client git createrepo koji", 300; + script_run "dnf -y install bodhi-client createrepo koji", 300; # download the packages if (get_var("ADVISORY_NVRS")) {