Skip to content

Commit 6153864

Browse files
Debian Science Teamrebecca-palmer
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 196c1d6 commit 6153864

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
@@ -1465,7 +1465,7 @@ def test_overlapping_datetime(self):
14651465
s2.plot(ax=ax)
14661466
s1.plot(ax=ax)
14671467

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

0 commit comments

Comments
 (0)