- 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:
parent
8946b05778
commit
e8a960e9a2
@ -9,6 +9,7 @@ Sun May 12 17:57:39 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|||||||
- Add pandas-pr58484-matplotlib.patch
|
- Add pandas-pr58484-matplotlib.patch
|
||||||
(gh#pandas-dev/pandas!58484), which makes pandas compatible
|
(gh#pandas-dev/pandas!58484), which makes pandas compatible
|
||||||
with the modern matplotlib
|
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>
|
Thu May 9 23:44:42 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
@ -514,6 +514,8 @@ SKIP_TESTS+=" or test_psycopg2_schema_support"
|
|||||||
SKIP_TESTS+=" or test_self_join_date_columns"
|
SKIP_TESTS+=" or test_self_join_date_columns"
|
||||||
# expects a dirty git revision from git repo
|
# expects a dirty git revision from git repo
|
||||||
SKIP_TESTS+=" or test_git_version"
|
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"
|
%if "%{flavor}" == "test-py312"
|
||||||
# https://github.com/pandas-dev/pandas/pull/57391, proposed change is not necessary the right one
|
# 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)"
|
SKIP_TESTS+=" or (test_scalar_unary and numexpr-pandas)"
|
||||||
|
Loading…
Reference in New Issue
Block a user