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

Skip to content

Commit 0117642

Browse files
authored
Remove test_spy from test_datetime.py (#27392)
* added test case for spy plot * adding datetime functionality * removing plt.show() * removing spy test
1 parent 88e4a43 commit 0117642

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
@@ -510,12 +510,6 @@ def test_semilogy(self):
510510
fig, ax = plt.subplots()
511511
ax.semilogy(...)
512512

513-
@pytest.mark.xfail(reason="Test for spy not written yet")
514-
@mpl.style.context("default")
515-
def test_spy(self):
516-
fig, ax = plt.subplots()
517-
ax.spy(...)
518-
519513
@mpl.style.context("default")
520514
def test_stackplot(self):
521515
mpl.rcParams["date.converter"] = 'concise'

0 commit comments

Comments
 (0)