-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add --trusted-host for non HTTPS repo (#1894) #3014
Add --trusted-host for non HTTPS repo (#1894) #3014
Conversation
P. S. I saw tests are broken... I wasn't expecting them, think the release effected somehow... I'm looking at them Apparently, with HTTP legacy repository, I got dependencies that are not in the current repository, so it couldn't find them... |
a770dbc
to
e38c84b
Compare
e38c84b
to
4cf3ade
Compare
Fyi this issue is related to Hacktoberfest :) |
Very useful PR, waiting for that! |
@abn I see it was merged to |
@jaklan happy accept this ported to Not all bugfixes get backported, and considering this is not a regression we didn't port it. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pull Request Check List
Resolves: #1894
This will add
--trusted-host {url}
to therequirement.txt
export at the beginning of the file if the repo is not HTTPS.