Closed tjni closed 1 year ago
Patch coverage has no change and project coverage change: +0.04
:tada:
Comparison is base (
d75a89b
) 84.75% compared to head (751821c
) 84.79%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks!
By default, matplotlib will use an interactive backend when it detects that one is available. This is both unnecessary and, in some cases, can break builds.
One example of a build breaking is on macOS Ventura when these tests are run using a non-root user (such as a user used for builds) that is not the logged-in user. The interactive macOS backend crashes with an error in _xpc_api_misuse when creating an NSWindow, likely due to some tighter security requirements.