diff --git a/test/run/test_stages.py b/test/run/test_stages.py index 7fec10c8..2e9b543b 100644 --- a/test/run/test_stages.py +++ b/test/run/test_stages.py @@ -541,6 +541,8 @@ class TestStages(test.TestBase): [ "dnf", "--installroot", tree, + # disable all plugins to prevent them from modifying the output + "--disableplugin", "*", "repoquery", "--installed", "--qf", "%{name},%{reason}\n" ],