Skip to content

Commit 455a108

Browse files
jrebackpandres
authored andcommitted
TST: xfail mpl 2.2 tests
xref pandas-dev#20031
1 parent e25e69d commit 455a108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_datetimelike.py

+1
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ def test_irreg_dtypes(self):
10411041
_, ax = self.plt.subplots()
10421042
_check_plot_works(df.plot, ax=ax)
10431043

1044+
@td.xfail_if_mpl_2_2
10441045
@pytest.mark.slow
10451046
def test_time(self):
10461047
t = datetime(1, 1, 1, 3, 30, 0)

0 commit comments

Comments
 (0)