Enable test for length of history list output outside of terminal#1659
Conversation
|
I am not exactly sure what is causing it but the test is failing for me on fedora > 40 because there is one extra space. I think it is caused by an outside change. I tried downgrading behave (and everything Python) to the f40 versions and then it passed again. |
Previously, dnf printed the history table with only the header, but no lines, but now the output is completely empty, so it doesn't make sense to test its length.
ed4a7b4 to
58189a4
Compare
|
The table width is for some reason always 0-2 characters shorter. For example, when |
|
I have verified the test passes locally. |
Test for rpm-software-management/dnf5#2162