Skip to content

Commit bacf6b4

Browse files
Debian Science TeamJochen Sprickerhof
Debian Science Team
authored and
Jochen Sprickerhof
committed
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 96cb8d1 commit bacf6b4

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
@@ -1437,7 +1437,7 @@ def test_overlapping_datetime(self):
14371437
s2.plot(ax=ax)
14381438
s1.plot(ax=ax)
14391439

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

0 commit comments

Comments
 (0)