Allow arbitrary arguments to be passed to pip through pip.installed#52327
Merged
Conversation
Contributor
|
Uh... I think you might want to rebase your fixes |
Contributor
|
@akmod Looks like you have some lint |
Contributor
Author
|
Failing on Centos7 with python3 and windows, but not because of the commit. Centos7 and Windows are having issues in Jenkins |
Contributor
|
I'm not sure if the remaining problem is legit something with these tests - it is a problem in the pip state tests, so probably worth looking into 👍 |
thatch45
approved these changes
Apr 8, 2019
- Changed `pip_future` to `extra_args` - Changed the execution module code block to a cli example - Moved the state.sls example to pip_state.py
twangboy
requested changes
Apr 18, 2019
Contributor
twangboy
left a comment
There was a problem hiding this comment.
A few minor things. Looks great.
Contributor
|
Can someone backport this to master branch? |
Contributor
Author
|
@max-arnold Done 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Makes it possible to pass arbitrary arguments to pip from pip.installed
What issues does this PR fix or reference?
#24751
Previous Behavior
N/A
New Behavior
pip keyword and positional arguments not yet implemented in salt can be passed to pip through pip.installed
Tests written?
Yes
Commits signed with GPG?
Yes