Drop explicit install of fedora-repos-modular again

It actually is supposed to be installed by default, so if it's
missing that's a bug. It's been added to comps now so it should
be there from now on.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-07-10 18:41:05 -07:00
parent 24d0e760f5
commit ead05e6c32

View File

@ -13,10 +13,6 @@ sub run {
# It does not check the content of the further listed lists for any
# particular packages, modules or streams.
# Install modular repos if necessary (since fedora-repos-33-0.8
# they are not installed by default)
script_run('dnf -y install fedora-repos-modular', 180);
# Check that modularity works and dnf can list the modules.
assert_script_run('dnf module list');