-
Notifications
You must be signed in to change notification settings - Fork 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
sudo pip freeze output is corrupted by mercurial warnings reported on stderr #1219
Comments
The problem is caused by the fact that mercurial warnings reported on |
This bug is causing any saltstack state that uses the pip module to fail with the following traceback:
|
Could someone check if this is still an issue? |
I finished proposing a PR to address this issue: PR #6339. I'm hoping it can be part of the 19.1 release. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce:
hg clone
a mercurial repo, for instance virtualkeyring with a non root user,sudo pip install -e .
,sudo pip freeze
.The output of the command is corrupted as follows:
instead of:
The text was updated successfully, but these errors were encountered: