Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0117642

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 parent88e4a43 commit0117642

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-
deftest_spy(self):
516-
fig,ax=plt.subplots()
517-
ax.spy(...)
518-
519513
@mpl.style.context("default")
520514
deftest_stackplot(self):
521515
mpl.rcParams["date.converter"]='concise'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp