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

efi: Update __all__ dictionary #6024

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

andreabolognani
Copy link
Contributor

Add two missing entries (EFISystemdBoot, RISCV64EFIGRUB) and sort the dictionary so that classes are listed in the same order as they appear in the file, which will hopefully make it easier to spot mistakes in the future.

I'm not actually sure whether or not this makes any difference, but since all other classes are listed I assume the dictionary is there for a reason...

@pep8speaks
Copy link

pep8speaks commented Nov 26, 2024

Hello @andreabolognani! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-12-02 11:01:05 UTC

Copy link
Contributor

@M4rtinK M4rtinK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, thanks! :)

@M4rtinK
Copy link
Contributor

M4rtinK commented Nov 26, 2024

/kickstart-test --testtype smoke

@KKoukiou
Copy link
Contributor

KKoukiou commented Dec 2, 2024

Force pushed with a clean rebase to see the test failures clearly.

Copy link
Contributor

@KKoukiou KKoukiou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andreabolognani this was failing on some new ruff sort checks. Hope it's fine that I fix it for you.

Add two missing entries (EFISystemdBoot, RISCV64EFIGRUB), then
sort the dictionary so that classes are listed in the same
order as they appear in the file, which will hopefully make
it easier to spot mistakes in the future, and wrap lines so
that the linter doesn't complain about them being too long.

Signed-off-by: Andrea Bolognani <[email protected]>
@KKoukiou
Copy link
Contributor

KKoukiou commented Dec 2, 2024

/kickstart-tests --waive ran already

@andreabolognani
Copy link
Contributor Author

@KKoukiou by all means, thank you! I tried running the tests locally but some of them were failing even when on the master branch so I didn't have a clean baseline to work against.

@KKoukiou
Copy link
Contributor

KKoukiou commented Dec 2, 2024

Web UI tests dont have currently ability to run for external contributors, this PR is unrelated anyhow.

@KKoukiou KKoukiou merged commit 67395d3 into rhinstaller:master Dec 2, 2024
17 of 18 checks passed
@andreabolognani
Copy link
Contributor Author

Thanks a lot @KKoukiou! :)

@andreabolognani andreabolognani deleted the efi-all branch December 2, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f42 Fedora 42
Development

Successfully merging this pull request may close these issues.

5 participants