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)"