We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cb8d1 commit bacf6b4Copy full SHA for bacf6b4
pandas/tests/plotting/test_datetimelike.py
@@ -1437,7 +1437,7 @@ def test_overlapping_datetime(self):
1437
s2.plot(ax=ax)
1438
s1.plot(ax=ax)
1439
1440
- @pytest.mark.xfail(reason="GH9053 matplotlib does not use ax.xaxis.converter")
+ @pytest.mark.xfail(reason="GH9053 matplotlib does not use ax.xaxis.converter", strict=False)
1441
def test_add_matplotlib_datetime64(self):
1442
# GH9053 - ensure that a plot with PeriodConverter still understands
1443
# datetime64 data. This still fails because matplotlib overrides the
0 commit comments