Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to pass a string of extra arguments to pip #5283

Merged
merged 11 commits into from
Sep 4, 2022

Conversation

matteius
Copy link
Member

@matteius matteius commented Aug 22, 2022

This allows users to pass additional arguments to pip during the install phase, for example to enable experimental features like the truststore.

Example usage:

pipenv install --extra-pip-args="--use-feature=truststore --proxy=test" requests

The issue

Fixes #5282 #4360

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@matteius matteius added the Status: In Progress This item is in progress. label Aug 24, 2022
@matteius matteius requested a review from oz123 September 3, 2022 14:18
@matteius matteius added PR: awaiting-review The PR related to this issue is awaiting review by a maintainer. and removed Status: In Progress This item is in progress. labels Sep 3, 2022
docs/advanced.rst Outdated Show resolved Hide resolved
…e time into the test runner for hacktoberfest.
@matteius matteius merged commit 7b9b1ae into main Sep 4, 2022
@matteius matteius deleted the feature-extra-pip-args branch September 4, 2022 20:21
@matteius matteius removed the PR: awaiting-review The PR related to this issue is awaiting review by a maintainer. label Sep 5, 2022
yeisonvargasf pushed a commit to yeisonvargasf/pipenv that referenced this pull request Nov 19, 2022
* Allow users to pass a string of extra arguments to pip install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support pip 22.2 truststore API
2 participants