salt
salt copied to clipboard
[master] Add `extra_args` Parameter to `pip.uninstall` Module Function
What does this PR do?
Adds the existing extra_args logic for the install function in the pip module to the uninstall function.
What issues does this PR fix or reference?
Addresses the issue in #65870
Previous Behavior
The pip.uninstall function did not support the extra_args parameter
New Behavior
The pip.uninstall function now supports the extra_args parameter
Merge requirements satisfied?
- [X] Docs
- [X] Changelog - https://docs.saltproject.io/en/master/topics/development/changelog.html
- [X] Tests written/updated
Commits signed with GPG?
Yes
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.
Force push and rebase to get it up to date and fix precommit issues