Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec2ff7b

Browse files
committed
remove quiverkey datetime test
1 parent f3585ef commit ec2ff7b

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
@@ -520,12 +520,6 @@ def test_quiver(self):
520520
fig, ax = plt.subplots()
521521
ax.quiver(...)
522522

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-
529523
@mpl.style.context("default")
530524
def test_scatter(self):
531525
mpl.rcParams["date.converter"] = 'concise'

0 commit comments

Comments
 (0)