From e8a960e9a2c4989a3d73209d3f6e4d1b3acb2dcfddc9e65ccc751c625a7ca46d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 7 Jun 2024 17:58:35 +0000 Subject: [PATCH] - Skip also test_plot_scatter_shape (gh#pandas-dev/pandas#58851) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=120 --- python-pandas.changes | 1 + python-pandas.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/python-pandas.changes b/python-pandas.changes index ed7c8fc..b785b8b 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -9,6 +9,7 @@ Sun May 12 17:57:39 UTC 2024 - Matej Cepl - Add pandas-pr58484-matplotlib.patch (gh#pandas-dev/pandas!58484), which makes pandas compatible with the modern matplotlib +- Skip also test_plot_scatter_shape (gh#pandas-dev/pandas#58851) ------------------------------------------------------------------- Thu May 9 23:44:42 UTC 2024 - Matej Cepl diff --git a/python-pandas.spec b/python-pandas.spec index a825410..ea3bc73 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -514,6 +514,8 @@ SKIP_TESTS+=" or test_psycopg2_schema_support" SKIP_TESTS+=" or test_self_join_date_columns" # expects a dirty git revision from git repo SKIP_TESTS+=" or test_git_version" +# gh#pandas-dev/pandas#58851 conflict with matplotlib 3.9.0 +SKIP_TESTS+=" or test_plot_scatter_shape" %if "%{flavor}" == "test-py312" # https://github.com/pandas-dev/pandas/pull/57391, proposed change is not necessary the right one SKIP_TESTS+=" or (test_scalar_unary and numexpr-pandas)"