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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-07 10:19:33 -07:00
parent aafe460f85
commit 8d9684dd80
1 changed files with 1 additions and 1 deletions

View File

@ -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")) {