From ead05e6c32b804c8bce5e192a78cef2a8d5d7188 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Jul 2020 18:41:05 -0700 Subject: [PATCH] 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 --- tests/modularity_module_list.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/modularity_module_list.pm b/tests/modularity_module_list.pm index 5c2b9271..6e7f605d 100644 --- a/tests/modularity_module_list.pm +++ b/tests/modularity_module_list.pm @@ -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');