8000 Merge pull request #27449 from Dkjam5511/quiverkey · matplotlib/matplotlib@d69c415 · GitHub
[go: up one dir, main page]

Skip to content

Commit d69c415

Browse files
authored
Merge pull request #27449 from Dkjam5511/quiverkey
Remove test_quiverkey from test_datetime.py
2 parents e13216e + ec2ff7b commit d69c415

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -563,12 +563,6 @@ def test_quiver(self):
563563
fig, ax = plt.subplots()
564564
ax.quiver(...)
565565

566-
@pytest.mark.xfail(reason="Test for quiverkey not written yet")
567-
@mpl.style.context("default")
568-
def test_quiverkey(self):
569-
fig, ax = plt.subplots()
570-
ax.quiverkey(...)
571-
572566
@mpl.style.context("default")
573567
def test_scatter(self):
574568
mpl.rcParams["date.converter"] = 'concise'

0 commit comments

Comments
 (0)
0