-
Notifications
You must be signed in to change notification settings - Fork 423
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
Remove transient dependency on conda vendored six.py, and py2 code. #4603
Conversation
|
Hi @erykoff, We really appreciate this pull request and the fact that you are helping us tame some technical debt 💪 . Could you please add a news item like you already did for your other pull request in conda? (conda/conda#11979) Thank you. |
|
Also, once that is done and assuming this passes all the tests, I will be happy to give my approval on it ✅. |
|
Thanks! I added the news fragment, but I don't have the power to make the tests run. (Also the previous workflow tests did fail with a strange problem on one of the linux parallel tests). |
|
Failure on Windows 3.9, canary, parallel with "permission denied"? |
|
@erykoff re-running this test. Sometimes these things fail randomly. |
|
It worked! |
Description
Following conda/conda#11979, I thought it was worthwhile to remove the transient dependency on conda's vendored six.py.
Checklist - did you ...
newsdirectory (using the template) for the next release's release notes?