-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Figure out why test_interactive_backend fails on Travis macOS #18213
Copy link
Copy link
Closed
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGUI: MacOSXGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!OS: Appletopic: testing
Milestone
Metadata
Metadata
Assignees
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGUI: MacOSXGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!OS: Appletopic: testing
Type
Fields
Give feedbackNo fields configured for issues without a type.
In the interest of getting 3.3.1 out, we skipped the
test_interactive_backendtest on Travis macOS. It works correctly on a 'real' macOS machine from MacStadium, so we were okay with this for now. However, we should get to the bottom of this failure, whether it's because of old macOS settings on Travis, or whether it's something we can't rely on overall.Matplotlib version
master+Go back to checking figures for their manager in destroy. #18184 (45d748b)print(matplotlib.get_backend())): macOSMarked as Good first issue, as this should be self-contained to the macOS backend and CI, but Medium difficulty, because it's CI...