Skip to content

Commit

Permalink
TST: xfail test_time on py2 & mpl 1.4.3 (pandas-dev#20053)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 8, 2018
1 parent b85f6c1 commit 024d8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/plotting/test_datetimelike.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +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.xfail(not PY3, reason="failing on mpl 1.4.3 on PY2")
@pytest.mark.slow
def test_time(self):
t = datetime(1, 1, 1, 3, 30, 0)
Expand Down

0 comments on commit 024d8b4

Please sign in to comment.