-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Tests errors related to 'MarkDecorator' #13182
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
Could be related to https://github.com/matplotlib/matplotlib/pull/12297/files, will try to backport the changes locally and see what it gives. |
First twos (which were ERRORS, not FAILURES) are indeed solved by backporting #12297. The last one, which is a FAILURE, still remains though:
Interestingly, this is the only test showing this error in our builds, while in #13181 they are a lot of them. EDIT: The multiple failures in #13181 AppVeyor are due to image comparison tests being skipped (instead of properly run in the other builds), and skipping failing (but likely for the same reason as here). |
Confirmed on the ArchLinux build. |
Bug report
Bug summary
During ArchLinux packaging builds, we have a bunch of errors related to 'MarkDecorator'.
Three different errors:
that lead to think it is supposed to be a string but actually is not.
Full log (minus irrelevant
ImageComparisonFailure: images not close
due to fonts/freetype2 differences) available here: https://paste.xinu.at/KRdO/Likely yet another pytest issue?
Matplotlib version
The text was updated successfully, but these errors were encountered: