diff --git a/tests/test_gather.py b/tests/test_gather.py index 3062c470..1ae95797 100644 --- a/tests/test_gather.py +++ b/tests/test_gather.py @@ -2286,6 +2286,7 @@ class DNFDepsolvingTestCase(DepsolvingBase, unittest.TestCase): conf = Conf(base_arch) conf.persistdir = persistdir conf.cachedir = self.cachedir + conf.optional_metadata_types = ["filelists"] if exclude: conf.exclude = exclude dnf = DnfWrapper(conf)