We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3585ef commit ec2ff7bCopy full SHA for ec2ff7b
1 file changed
lib/matplotlib/tests/test_datetime.py
@@ -520,12 +520,6 @@ def test_quiver(self):
520
fig, ax = plt.subplots()
521
ax.quiver(...)
522
523
- @pytest.mark.xfail(reason="Test for quiverkey not written yet")
524
- @mpl.style.context("default")
525
- def test_quiverkey(self):
526
- fig, ax = plt.subplots()
527
- ax.quiverkey(...)
528
-
529
@mpl.style.context("default")
530
def test_scatter(self):
531
mpl.rcParams["date.converter"] = 'concise'
0 commit comments