-
Notifications
You must be signed in to change notification settings - Fork 5.6k
pip.installed should accept arbitrary options to pass to pip #24751
Copy link
Copy link
Closed
Labels
Featurenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.PlatformRelates to OS, containers, platform-based utilities like FS, system based appsRelates to OS, containers, platform-based utilities like FS, system based appsState-Modulehelp-wantedCommunity help is needed to resolve thisCommunity help is needed to resolve this
Milestone
Metadata
Metadata
Assignees
Labels
Featurenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.PlatformRelates to OS, containers, platform-based utilities like FS, system based appsRelates to OS, containers, platform-based utilities like FS, system based appsState-Modulehelp-wantedCommunity help is needed to resolve thisCommunity help is needed to resolve this
Type
Fields
Give feedbackNo fields configured for issues without a type.
I am in a situation where I need to be able to supply pip with the
--trusted-hostoption, but there appears to be no way to do this using salt'spip.installedstate.All options available to pass through to pip are hardwired into the
pip.installeddeclaration, and there is no**kwargsat the end to allow arbitrary options to be passed through to pip. This creates a situation where upstream pip can add new options, but those options will not be available to salt until someone explicitly adds the new options to the pip execution and state modules.