- 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
This commit is contained in:
Matej Cepl 2024-06-07 17:58:35 +00:00 committed by Git OBS Bridge
parent 8946b05778
commit e8a960e9a2
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Sun May 12 17:57:39 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>

View File

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