diff --git a/dnf-behave-tests/dnf/module/info-without-install.feature b/dnf-behave-tests/dnf/module/info-without-install.feature index 3c4dde853..379177023 100644 --- a/dnf-behave-tests/dnf/module/info-without-install.feature +++ b/dnf-behave-tests/dnf/module/info-without-install.feature @@ -346,20 +346,6 @@ Scenario: Get info for an enabled stream, module name and stream specified """ - Scenario: Run 'dnf module info' without further argument (dnf) - Given I set dnf command to "dnf" - When I execute dnf with args "module info" - Then the exit code is 1 - And stderr contains "Error: dnf module info: too few arguments" - - - Scenario: Run 'dnf module info' without further argument (yum) - Given I set dnf command to "yum" - When I execute dnf with args "module info" - Then the exit code is 1 - And stderr contains "Error: yum module info: too few arguments" - - @bz1700250 @bz1636337 Scenario: I can get the module context of the active stream diff --git a/dnf-behave-tests/dnf/shell-help.feature b/dnf-behave-tests/dnf/shell-help.feature index d7b57d72d..cc6cbfe14 100644 --- a/dnf-behave-tests/dnf/shell-help.feature +++ b/dnf-behave-tests/dnf/shell-help.feature @@ -1,4 +1,3 @@ -@dnf5 Feature: Shell help diff --git a/dnf-behave-tests/requirements.spec b/dnf-behave-tests/requirements.spec index 527168db5..1f1b58ae8 100644 --- a/dnf-behave-tests/requirements.spec +++ b/dnf-behave-tests/requirements.spec @@ -51,6 +51,7 @@ BuildRequires: polkit BuildRequires: dnf5 BuildRequires: dnf5-plugins +BuildRequires: dnf5-plugin-automatic BuildRequires: dnf5daemon-server BuildRequires: dnf5daemon-client BuildRequires: libdnf5-plugin-actions