Uh oh!
There was an error while loading. Please reload this page.
Add support for special characters in username/password for pip - #1341
Conversation
Thanks for the PR @Caligatio 🍡 💫 Does this bug also exist on master? If so, then this PR should be merged into master and not into develop. |
oleastre
commented
Sep 25, 2019
See my comment on #1402 , the fix should be applied to |
Caligatio
commented
Sep 25, 2019
As @oleastre mentioned, there is a significant code divergence between Honestly, this |
sdispater
commented
Oct 5, 2019
Thanks! |
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
This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once, it will save you unnecessary review cycles!
Note: If your Pull Request introduces a new feature or changes the current behavior, it should be based
on the
developbranch. If it's a bug fix or only a documentation update, it should be based on themasterbranch.If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!
Per #1249 and pip #6776, newer versions of pip require require the username and password to be properly encoded/quoted. This PR simply
quotes the URL when calling pip.As referenced in #1249, we do not want to pre-quote the strings as that fouls up the metadata fetch which does not use pip.