You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Exempt PendingDeprecationWarning from warnings-as-errors
Mesa recently updated its CI to treat warnings as errors while explicitly exempting `PendingDeprecationWarning` per the deprecation policy. This PR mirrors that behavior in mesa-examples.
All warnings except `PendingDeprecationWarning` continue to fail CI, preventing warning accumulation and catching issues early, while allowing pending deprecations to surface without breaking example builds.
0 commit comments