-
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
Master is red on PyPy 3.5 with setuptools 50.0 #8824
Comments
Why don't force install setuptools < 50 until it is fixed? |
We're back to green after setuptools 50.1.0 release. :) https://setuptools.readthedocs.io/en/latest/history.html#v50-1-0 |
I am not entirely sure it is best to close and shove this under the rug. At least one of the breakages induced by setuptools 50.0 is already confirmed as a pip bug, and there very well may be more. pip needs a detailed (if not complete) accessment to its setuptools compatibiliy and fix the compatibility issues so the world does not break again when the distutils switch eventually happens. |
Agreed -- I don't mean to shove this under the rug. I was filing an issue for "preparedness for $thing" (while struggling to figure out a good name for $thing) and a diplomatically saying we need to be prepared for this + the standard library removal. :) |
May I have the pointer to this? Admittedly the number of tickets opened due to setuptools 50.0.0 scared me and I muted most of the relevant discussion 😞 |
I believe it’s a variant of #8214 |
Thanks for the pointer. I'm not sure what I can do about it, but I was curious. |
Environment
Red job: https://travis-ci.com/github/pypa/pip/jobs/379292143
Green job: https://travis-ci.com/github/pypa/pip/jobs/379138473
Both are run against 0b18e21, the only different (I believe) is the setuptools version they fetch.
Description
After setuptools 50.0, the test environment fails to populate on PyPy. This is the relevent Tox log:
Expected behavior
The test environment should be populated correctly.
The text was updated successfully, but these errors were encountered: