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 196c1d6 commit 6153864Copy full SHA for 6153864
pandas/tests/plotting/test_datetimelike.py
@@ -1465,7 +1465,7 @@ def test_overlapping_datetime(self):
1465
s2.plot(ax=ax)
1466
s1.plot(ax=ax)
1467
1468
- @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)
1469
def test_add_matplotlib_datetime64(self):
1470
# GH9053 - ensure that a plot with PeriodConverter still understands
1471
# datetime64 data. This still fails because matplotlib overrides the
0 commit comments