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

Skip to content

Commit eca4a34

Browse files
Remove datetime test for axes.pie (#27117)
* Added the smoke testing for pie function * Fixed some typos and mistakes in test code. * added further comments * Remove the test for pie function --------- Co-authored-by: YiLun Fan <[email protected]>
1 parent 978b402 commit eca4a34

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
@@ -229,12 +229,6 @@ def test_matshow(self):
229229
fig, ax = plt.subplots()
230230
ax.matshow(...)
231231

232-
@pytest.mark.xfail(reason="Test for pie not written yet")
233-
@mpl.style.context("default")
234-
def test_pie(self):
235-
fig, ax = plt.subplots()
236-
ax.pcolor(...)
237-
238232
@pytest.mark.xfail(reason="Test for pcolor not written yet")
239233
@mpl.style.context("default")
240234
def test_pcolor(self):

0 commit comments

Comments
 (0)