salt icon indicating copy to clipboard operation
salt copied to clipboard

[master] Add `extra_args` Parameter to `pip.uninstall` Module Function

Open cianyleow opened this issue 2 years ago • 1 comments

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.

cianyleow avatar Jan 16 '24 10:01 cianyleow

Force push and rebase to get it up to date and fix precommit issues

cianyleow avatar Jan 26 '24 15:01 cianyleow