-
Notifications
You must be signed in to change notification settings - Fork 247
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
Support for pip --trusted-host argument #341
Comments
I'll take care of this, thanks for the report. |
This also changes the following behaviors: * extra-index-url is now supported without specifying index-url * trusted-host and extra-index-url can specify both a single value and a collection as pip allows that trusted-host added for both dependency and plugin installs fixes pybuilder#341, connected to pybuilder#341
@BackroomGibbon please try out this change using
|
Hi @arcivanov , I've just tested this locally and I can confirm that the new install_dependencies_trusted_host property works. Thanks for this! When do you plan to release the next release containing this enhancement? |
Reopening as not released |
We can release this ASAP if you want. @arcivanov @esc any objections to a release today? |
@BackroomGibbon you can also install the newest dev release if you want. Should be built and uploaded automatically in a few. You can get the dev version with the |
@mriehl no objections |
@BackroomGibbon released with |
Hi,
I'm trying to setup PyBuilder to download pip dependencies from a localshop instance that I've setup and I'm getting the error:
The repository located at <IP_ADDR> is not a trusted or secure host and is being ignored.
On the pip command line, I'm able to install my dependencies by adding --trusted-host = <IP_ADDR> to my command.
I've searched through the pip_utils.py source code and cannot find any reference to --trusted_host. Is there currently any support for the '--trusted_host' flag in PyBuilder? If not, are there any plans to add it?
The text was updated successfully, but these errors were encountered: