You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 this is kind of awkward. My global .pypirc or pip config or whatever it's reading from has a trusted host that I use for development on a specific project, but the host is being included in every project for which I pip-compile now. There's probably other solutions to this problem, but this seems obvious.
Describe the issue briefly here.
Steps to replicate
~/.pip/pip.conf
Then
2.
pip-compile --no-index --upgrade --output-file requirements.txt requirements.in
Expected result
--trusted-host devpi.arpanet
should not existed inrequirements.txt
Actual result
I wish there's a option in
pip-sync
like--no-index
which won't write--trusted-host devpi.arpanet
into the generatedrequirements.txt
.The text was updated successfully, but these errors were encountered: