Skip to content

Commit

Permalink
Remove xfail decorator from nc-time-axis tests (#5461)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark authored Jun 12, 2021
1 parent 4434f03 commit 2290a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,6 @@ def test_datetime_line_plot(self):
self.darray.plot.line()


@pytest.mark.xfail(reason="recent versions of nc-time-axis and cftime are incompatible")
@pytest.mark.filterwarnings("ignore:setting an array element with a sequence")
@requires_nc_time_axis
@requires_cftime
Expand Down

0 comments on commit 2290a5f

Please sign in to comment.