-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Python 3.9-dev build failure #4769
Comments
Still happening:
https://travis-ci.org/github/python-pillow/Pillow/jobs/706644607#L2279 |
Reported to CPython: https://bugs.python.org/issue41268 |
I find that installing setuptools 47.3.1 causes Python 3.9 to pass - see #4779 The 47.3.2 introduces https://github.com/pypa/setuptools/pull/2071/files - calling |
Good find! Please could you report this to setuptools? |
Okay, done - pypa/setuptools#2246 |
Also confirmed the last passing log had setuptools 47.3.1 and the first failure had 49.1.0. |
I've concluded that the reason this is happening for the Python 3.9 build has nothing to do with Python 3.9 - it's that the Travis job has the latest version of setuptools from the time of creation baked in, and creating the job image for a beta version of Python 3.9 has a later version than the other Python jobs. |
Should we close this then? |
Yes! |
Between these two builds the
3.9-dev
build started failing on Travis CI:3.9-dev
is rebuilt from CPython daily. Diffing the logs, here's the CPython commits:And the changes:
Nothing obvious to me, let's see if
tomorrow'stoday's build fixes it.The text was updated successfully, but these errors were encountered: