Skip to content

Commit a8fa74a

Browse files
jrebackpandres
authored andcommitted
TST: xfail test_time on py2 & mpl 1.4.3 (pandas-dev#20053)
1 parent e36fb61 commit a8fa74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +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
1044+
@pytest.mark.xfail(not PY3, reason="failing on mpl 1.4.3 on PY2")
10451045
@pytest.mark.slow
10461046
def test_time(self):
10471047
t = datetime(1, 1, 1, 3, 30, 0)

0 commit comments

Comments
 (0)