Skip to content
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

pip-compile replaces password in URL with **** #801

Closed
jhoelzl opened this issue Apr 29, 2019 · 1 comment · Fixed by #808
Closed

pip-compile replaces password in URL with **** #801

jhoelzl opened this issue Apr 29, 2019 · 1 comment · Fixed by #808
Labels
bug Something is not working

Comments

@jhoelzl
Copy link

jhoelzl commented Apr 29, 2019

I am using Python 3.6.8, pip-tools 19.1 and setuptools 41.0.1 in an virtual environment.

Since some days, when i compile my requirements.in file which includes a package format with an git repo url like:

...
-e git+http://user:password@myhost.com/scm/path/git-repo-name.git#egg=packagename
google-api-python-client
...

the password string in the url is replaces with "***":

...
-e git+http://user:****@myhost.com/scm/path/git-repo-name.git#egg=packagename
google-api-python-client==1.7.8
...

Is there a way to prevent this behaviour?

Regards,
Josef

@atugushev
Copy link
Member

Hello @jhoelzl,

Thank you for the good catch! It seems the issue has been appeared since pip>=19.0, see pypa/pip#5773. With the pip==18.1 works good.

@atugushev atugushev added bug Something is not working PR wanted Feature is discussed or bug is confirmed, PR needed labels May 3, 2019
@atugushev atugushev removed the PR wanted Feature is discussed or bug is confirmed, PR needed label May 4, 2019
@auvipy auvipy added this to the 3.7.0 milestone May 4, 2019
@atugushev atugushev removed this from the 3.7.0 milestone May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants