From ec2ff7b41312bde77d61d8109af11f8bfdc6b65f Mon Sep 17 00:00:00 2001 From: Drew Kinneer Date: Tue, 5 Dec 2023 18:26:01 -0600 Subject: [PATCH] remove quiverkey datetime test --- lib/matplotlib/tests/test_datetime.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/matplotlib/tests/test_datetime.py b/lib/matplotlib/tests/test_datetime.py index ca9c09e45fe7..56b974ab75e1 100644 --- a/lib/matplotlib/tests/test_datetime.py +++ b/lib/matplotlib/tests/test_datetime.py @@ -520,12 +520,6 @@ def test_quiver(self): fig, ax = plt.subplots() ax.quiver(...) - @pytest.mark.xfail(reason="Test for quiverkey not written yet") - @mpl.style.context("default") - def test_quiverkey(self): - fig, ax = plt.subplots() - ax.quiverkey(...) - @mpl.style.context("default") def test_scatter(self): mpl.rcParams["date.converter"] = 'concise'