CI: skip test to work around gs bug #22442
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We are seeing failures due to, what we believe, is an issue with ghostscript or
one of its dependencies failing to properly encode the compressed fonts in an
ascii compatible way. This appears to be a transient issue has been fixed by
subsequent release, however we have not been able to identify exactly which
dependency is problematic.
For now skip the tests and remove this at some point in the future.
Comparing what we installed from brew between the last working and first broken main branch builds on OSX on azure gives us
As of the weekend (2022-02-05) I could reproduce this issue locally (https://gitter.im/matplotlib/matplotlib?at=61fec01c3e52f56a26ecbbee) but no longer can. Under the fold is data extracted from my system updates (Arch) I beleive (but did not keep good enough notes to be sure) that something in the 2022-02-04 updates broke it and something in the the 2022-02-07 updates fixed it, but
restricting this table to just the ones that got updated both days gets:
However attempts to downgrade things to reproduce the issue have utterly failed...