-
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
pip uses deprecated SafeConfigParser #5059
Comments
Hey @dchudz! Thanks for filing this issue! I don't see this exact same line in master but there's definitely something similar to this in the codebase today. |
This issue is a good starting point for anyone who wants to help out with pip's development -- it's simple and the process of fixing this should be a good introduction to pip's development workflow. :) |
This particular SafeConfigParser was removed in d64b871 There is however another one
|
Ah thanks/sorry @brycepg! I should have checked master and not just the latest release. |
Great! I guess that is still something that needs fixing. :) |
Could you move this to "In Progress" in https://github.com/orgs/pypa/projects/1 ? |
Done! :) |
This is back in the open pool. The relevant line of code that needs to be updated is: pip/src/pip/_internal/vcs/mercurial.py Line 50 in bb14ff4
|
can I work on this issue? |
I think this got fixed at some point or there's an open PR for this. |
@abhyudaypratap Thanks for volunteering! I'd forgotten to click the merge button on an existing PR for this. |
@pradyunsg Thank you, will look into the issues 👍 |
Description:
With
error::DeprecationWarning
inPYTHONWARNINGS
:The text was updated successfully, but these errors were encountered: