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
TST: Fix minor issues in interactive backend test (matplotlib#28838)
- Close the figure immediately, to avoid the deprecation warning about
automatically closing figure when changing backends. This test doesn't
intend to test the warning, just the change behaviour itself.
- Enable the post-`show()` result check everywhere. The comment implies
it should only be skipped on `(macOS and Qt5)`, but the condition is
actually only enabled on `macOS and (not Qt5)`.
0 commit comments