diff --git a/xarray/tests/test_plot.py b/xarray/tests/test_plot.py index c4cdd3387b2..b2bdee4f38e 100644 --- a/xarray/tests/test_plot.py +++ b/xarray/tests/test_plot.py @@ -3562,6 +3562,9 @@ def test_plot1d_lines_facetgrid_legend() -> None: 2.449489742783178, ] np.testing.assert_allclose(expected_size, actual_size) + + +@requires_matplotlib def test_9155() -> None: # A test for types from issue #9155