-
Notifications
You must be signed in to change notification settings - Fork 90
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
Prevent loading plugins for unittests #1327
Prevent loading plugins for unittests #1327
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise, I confirm this patch looks good and indeed fixes the bug.
@ppisar I've modified the PR. May I ask you to look again to it? |
I recommend squashing "Prevent loading plugins for unittests" and "Use a different method for disabling plugins during build" commits into one. |
Otherwise, it's good. |
12a620e
to
ede94d3
Compare
It makes functional --no-plugins option in DNF5
ede94d3
to
741702a
Compare
@ppisar Done |
@ppisar Thank you for the review |
Otherwise, it's good. |
Loading plugins from host system is risky for both sides. Closes: rpm-software-management#1316
741702a
to
b9215c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good. The failing integration tests are unrelated.
cdf0d3d
into
rpm-software-management:dnf5-5.2.0.0
Loading plugins from host system is risky for both sides.
Closes: #1316