From: Debian Science Team Date: Mon, 7 Dec 2020 23:06:28 +0000 (+0000) Subject: Matplotlib 3.3 compatibility fixup X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2^2^2^2^2^2^2^2^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e77dfc95c418c0af284ee3e2fef5b71c8681d0e6;p=pandas.git Matplotlib 3.3 compatibility fixup Author: Rebecca N. Palmer Bug-Debian: https://bugs.debian.org/966393 Forwarded: no Gbp-Pq: Name matplotlib33_compat.patch --- diff --git a/pandas/tests/plotting/test_datetimelike.py b/pandas/tests/plotting/test_datetimelike.py index ecf378d4..44cd39bb 100644 --- a/pandas/tests/plotting/test_datetimelike.py +++ b/pandas/tests/plotting/test_datetimelike.py @@ -1465,7 +1465,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