Unit tests for qubes-core-admin fail to run out of the box #9797
Labels
affects-4.3
This issue affects Qubes OS 4.3.
C: tests
diagnosed
Technical diagnosis has been performed (see issue comments).
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
pr submitted
A pull request has been submitted for this issue.
r4.3-host-cur-test
Qubes OS release
Qubes OS 4.3
Brief summary
Trying to run the
run-tests
script in the qubes-core-admin repo on a mostly clean fedora-41-xfce qube fails because there's an unsupported--
argument being provided todnf
.Steps to reproduce
fedora-41-xfce
template, with no additional packages installed.qubes-core-admin
repo.cd qubes-core-admin; ./run-tests
.Expected behavior
Tests should run.
Actual behavior
Additional information
If I open
run-tests
in vim and remove the--
argument fromdnf5
, the script then behaves as expected.The text was updated successfully, but these errors were encountered: