Skip to content

Commit 6b870e7

Browse files
committed
TST: put pie back
timedeltas make sense
1 parent 6da5edc commit 6b870e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ def test_matshow(self):
209209
fig, ax = plt.subplots()
210210
ax.matshow(...)
211211

212+
@pytest.mark.xfail(reason="Test for pie not written yet")
213+
@mpl.style.context("default")
214+
def test_pie(self):
215+
fig, ax = plt.subplots()
216+
ax.pcolor(...)
217+
212218
@pytest.mark.xfail(reason="Test for pcolor not written yet")
213219
@mpl.style.context("default")
214220
def test_pcolor(self):

0 commit comments

Comments
 (0)