From 63ce781c9ebfb7d308adb3be62755e2bdf6c0d8e Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Wed, 7 Mar 2018 17:01:38 -0500 Subject: [PATCH] TST: xfail mpl 2.2 tests xref #20031 --- pandas/tests/plotting/test_datetimelike.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/plotting/test_datetimelike.py b/pandas/tests/plotting/test_datetimelike.py index 9b721e45099fe..3b70b3608a0bd 100644 --- a/pandas/tests/plotting/test_datetimelike.py +++ b/pandas/tests/plotting/test_datetimelike.py @@ -1041,6 +1041,7 @@ def test_irreg_dtypes(self): _, ax = self.plt.subplots() _check_plot_works(df.plot, ax=ax) + @td.xfail_if_mpl_2_2 @pytest.mark.slow def test_time(self): t = datetime(1, 1, 1, 3, 30, 0)