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

Properly handle pip index urls in pip-compile #3192

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

doyleish
Copy link
Contributor

@doyleish doyleish commented Feb 9, 2024

  • URLs that contain simple auth seem to have that stripped before being passed to underlying pip if it needs to be called by pip-compile.
  • This forces explicit passing of the complete, authenticated url string to pip, through pip-compile, via pip-compile's "--pip-args" argument.

- URLs that contain simple auth seem to have that stripped before being
  passed to underlying pip if it needs to be called by pip-compile.
- This forces explicit passing of the complete, authenticated url
  string to pip, through pip-compile, via pip-compile's "--pip-args"
  argument.
Copy link
Contributor

github-actions bot commented Feb 9, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@doyleish
Copy link
Contributor Author

doyleish commented Feb 9, 2024

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Feb 9, 2024
@rubenfiszel rubenfiszel merged commit b230378 into windmill-labs:main Feb 9, 2024
1 check passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants