Skip to content

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

Open
cianyleow wants to merge 2 commits intosaltstack:masterfrom
cianyleow:add-pip-uninstall-extra-args
Open

[master] Add extra_args Parameter to pip.uninstall Module Function#65871
cianyleow wants to merge 2 commits intosaltstack:masterfrom
cianyleow:add-pip-uninstall-extra-args

Conversation

@cianyleow
Copy link
Copy Markdown
Contributor

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?

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 cianyleow requested a review from a team as a code owner January 16, 2024 10:57
@cianyleow cianyleow requested review from dwoz and removed request for a team January 16, 2024 10:57
@salt-project-bot-prod-environment salt-project-bot-prod-environment bot changed the title Add extra_args Parameter to pip.uninstall Module Function [master] Add extra_args Parameter to pip.uninstall Module Function Jan 16, 2024
@cianyleow cianyleow force-pushed the add-pip-uninstall-extra-args branch 2 times, most recently from 5a9dea2 to b241df5 Compare January 26, 2024 15:37
@cianyleow cianyleow force-pushed the add-pip-uninstall-extra-args branch from b241df5 to f8c491f Compare January 30, 2024 17:00
Copy link
Copy Markdown
Contributor

@twangboy twangboy left a comment

Choose a reason for hiding this comment

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

Just need to add .. versionadded:: 3008 to the new argument docs. Also, a rebase would be good.

Comment thread salt/modules/pip.py
cianyleow and others added 2 commits April 14, 2026 10:28
Adds the existing extra_args logic for the install function in the pip module to the uninstall function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:full Run the full test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] pip.uninstall does not support extra arguments

3 participants