diff --git a/lib/matplotlib/tests/test_datetime.py b/lib/matplotlib/tests/test_datetime.py index 316be793e47c..4a08059cd313 100644 --- a/lib/matplotlib/tests/test_datetime.py +++ b/lib/matplotlib/tests/test_datetime.py @@ -492,12 +492,6 @@ def test_semilogy(self): fig, ax = plt.subplots() ax.semilogy(...) - @pytest.mark.xfail(reason="Test for spy not written yet") - @mpl.style.context("default") - def test_spy(self): - fig, ax = plt.subplots() - ax.spy(...) - @mpl.style.context("default") def test_stackplot(self): mpl.rcParams["date.converter"] = 'concise'