From 6e37760a2c22b96b97ae156f0005bf3ace16a42a Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 29 May 2018 14:50:59 +0100 Subject: [PATCH] mark_tests_failing_on_386 Gbp-Pq: Name mark_tests_failing_on_386.patch --- pandas/tests/plotting/test_series.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandas/tests/plotting/test_series.py b/pandas/tests/plotting/test_series.py index d04065ee..cbbe3a8b 100644 --- a/pandas/tests/plotting/test_series.py +++ b/pandas/tests/plotting/test_series.py @@ -717,6 +717,8 @@ class TestSeriesPlots(TestPlotBase): with pytest.raises(TypeError): s.plot(kind=kind, ax=ax) + @pytest.mark.skipif(tm.is_platform_32bit, + reason="https://github.com/pandas-dev/pandas/issues/19814") @pytest.mark.slow def test_valid_object_plot(self): s = Series(lrange(10), dtype=object) -- 2.30.2