-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Tcl / Tk failures for Python 3 Linux 64-bit wheel builds #8679
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
Comments
The test was added by #8660 |
Can you try whether replacing |
Sadly no, it didn't help: https://travis-ci.org/MacPython/matplotlib-wheels/jobs/237287904#L646 I also had a look at the image that it's using for testing - https://hub.docker.com/r/matthewbrett/trusty - |
Debug print of https://travis-ci.org/MacPython/matplotlib-wheels/jobs/237292458#L579 |
What happens with
trying to see if DISPLAY somehow becomes set during test collection... |
Actually, this assert passes inside the test function:
https://travis-ci.org/MacPython/matplotlib-wheels/builds/237425182#L657 I wonder whether the skip decorator is failing to work for all the parametrized backend tests? I mean, maybe the double decoration is the problem?
I tried reversing the decorators without change. |
Well the tests to pass on OSX on Travis for us and they do not have an X server (see before_script in .travis.yml) so the skipping must work fine... Still, try something like
|
Yes, that last patch works : https://travis-ci.org/MacPython/matplotlib-wheels/builds/237893723 I guess you could rename the function to |
pr opened |
I assumed this is closed by #8691, please request a reopen otherwise. |
For the last several days, for the wheel builds, I am seeing these failures from the Python 3 Linux 64-bit builds:
See:
Just superficially, it seems that the test decorator should be skipping this test. Any ideas what's going on here?
The text was updated successfully, but these errors were encountered: