Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI on rawhide since dnf5 became default #1504

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions dnf-behave-tests/dnf/module/info-without-install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion dnf-behave-tests/dnf/shell-help.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@dnf5
Feature: Shell help


Expand Down
1 change: 1 addition & 0 deletions dnf-behave-tests/requirements.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading