-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Remove deprecated bits for Sodium in virt #56414
Conversation
354005b
to
53b39cd
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.
LGTM, I'm just having a question about the removed pool
argument.
53b39cd
to
37c331c
Compare
@DmitryKuzmenko answered your question and rebased on master |
@cbosdo could you please resolve merge conflicts? |
37c331c
to
71ee09d
Compare
rebased |
71ee09d
to
23feca4
Compare
23feca4
to
43bbf3c
Compare
@cbosdo black needs to be run on this. |
OK, I'll rerun it on Tuesday morning |
4f9c388
to
61640bd
Compare
ElementTree.tostring() implementation starts to keep the attribute order defined by the user in python 3.8. This can lead to equal elements to be considered different. Use xmlutil.to_dict(element, True) to compare the elements. This also uncovered a wrong behavior of pool_update when only changing the password.
61640bd
to
e90e78d
Compare
rebased on latest master. @dwoz could that one be merged since there is only the codecov check that is red for some weird reason? |
There was also a windows failure - yeah, at this point I re-started the windows2016 job - failures didn't look |
@waynew the windows test went green! |
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.
🪓 👍
What does this PR do?
Removes all the deprecated parameters, configuration and functions that are to be removed in Sodium for the virt module.
What issues does this PR fix or reference?
Tests written?
Yes: tests adapted where needed
Commits signed with GPG?
Yes