Skip to content

Commit

Permalink
TST: xfail mpl 2.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 7, 2018
1 parent 7c7bd56 commit 63ce781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/plotting/test_datetimelike.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 63ce781

Please sign in to comment.