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 0c777eb commit 2c10191Copy full SHA for 2c10191
pandas/tests/plotting/test_datetimelike.py
@@ -1432,7 +1432,7 @@ def test_overlapping_datetime(self):
1432
s2.plot(ax=ax)
1433
s1.plot(ax=ax)
1434
1435
- @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)
1436
def test_add_matplotlib_datetime64(self):
1437
# GH9053 - ensure that a plot with PeriodConverter still understands
1438
# datetime64 data. This still fails because matplotlib overrides the
0 commit comments