- Skip two tests that fail with Numpy 2.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=133
This commit is contained in:
parent
65565ef45c
commit
c95de0adff
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 05:19:49 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Skip two tests that fail with Numpy 2.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 04:40:52 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -521,6 +521,9 @@ SKIP_TESTS+=" or (test_scalar_unary and numexpr-pandas)"
|
||||
SKIP_TESTS+=" or test_group_subplot_invalid_column_name"
|
||||
# https://github.com/pandas-dev/pandas/pull/55901, not gonna merge this huge patch to fix one test failing with new timezone, will be included in new release
|
||||
SKIP_TESTS+=" or test_array_inference[data7-expected7]"
|
||||
# numpy 2.1 issues?
|
||||
SKIP_TESTS+=" or test_frame_setitem_dask_array_into_new_col"
|
||||
SKIP_TESTS+=" or test_from_obscure_array"
|
||||
|
||||
%ifarch %{ix86} %{arm32}
|
||||
# https://github.com/pandas-dev/pandas/issues/31856
|
||||
|
Loading…
x
Reference in New Issue
Block a user