-
Notifications
You must be signed in to change notification settings - Fork 107
Added trusted host argument to pip when running local pypi server #134
Conversation
Oops, looks like I broke a unit test. I'll fix that shortly. |
this patch is essential for building and testing pyleus on development stage |
+1 |
Giving a second thought to it, it should possible to specify the same option in your I do not have a strong preference, but I am wondering if this change might break for old pip versions. |
I think older versions pip just ignore the argument, but I'll try and confirm tonight or tomorrow. |
Actually @poros you are right about the older versions of pip.. they barf on that argument. I think your |
Thank you for trying that out. Yes, a tip in the documentation is the best solution. Do you want to change this PR to do that so you get at least one commit with your name on it? Otherwise I'll do that as soon as I have some spare time. |
No need to wait for me. If I manage to get the pip.conf to work in my environment I'll write something up, if you don't get to it first. Thanks! |
Fixes #133