From 806da424b6a168d6dd4a44b7358fe5f072d39d50 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sun, 13 Nov 2022 10:36:51 +0000 Subject: [PATCH] Matplotlib 3.3 compatibility fixup Author: Rebecca N. Palmer Bug-Debian: https://bugs.debian.org/966393 Forwarded: no Gbp-Pq: Name matplotlib33_compat.patch --- pandas/tests/plotting/test_datetimelike.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/plotting/test_datetimelike.py b/pandas/tests/plotting/test_datetimelike.py index 9ab4e2b7..c9895934 100644 --- a/pandas/tests/plotting/test_datetimelike.py +++ b/pandas/tests/plotting/test_datetimelike.py @@ -1432,7 +1432,7 @@ class TestTSPlot(TestPlotBase): s2.plot(ax=ax) s1.plot(ax=ax) - @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) def test_add_matplotlib_datetime64(self): # GH9053 - ensure that a plot with PeriodConverter still understands # datetime64 data. This still fails because matplotlib overrides the -- 2.30.2