Skip to content

Commit 2c10191

Browse files
Debian Science Teamrebecca-palmer
Debian Science Team
authored andcommitted
Matplotlib 3.3 compatibility fixup
Author: Rebecca N. Palmer <[email protected]> Bug-Debian: https://bugs.debian.org/966393 Forwarded: no Gbp-Pq: Name matplotlib33_compat.patch
1 parent 0c777eb commit 2c10191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_datetimelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ def test_overlapping_datetime(self):
14321432
s2.plot(ax=ax)
14331433
s1.plot(ax=ax)
14341434

1435-
@pytest.mark.xfail(reason="GH9053 matplotlib does not use ax.xaxis.converter")
1435+
@pytest.mark.xfail(reason="GH9053 matplotlib does not use ax.xaxis.converter", strict=False)
14361436
def test_add_matplotlib_datetime64(self):
14371437
# GH9053 - ensure that a plot with PeriodConverter still understands
14381438
# datetime64 data. This still fails because matplotlib overrides the

0 commit comments

Comments
 (0)