From 75f85e65a88c3ad19557d56aaba64ed28457c1a4b9b9e4cd8de9dd1a61d92d36 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 29 Aug 2024 04:05:54 +0000 Subject: [PATCH] - Skip overflowing tests on 32-bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=125 --- python-pandas.changes | 5 +++++ python-pandas.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-pandas.changes b/python-pandas.changes index 9c36f5e..a3169b0 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 28 13:53:55 UTC 2024 - Ben Greiner + +- Skip overflowing tests on 32-bit + ------------------------------------------------------------------- Sun Aug 25 21:22:36 UTC 2024 - Ben Greiner diff --git a/python-pandas.spec b/python-pandas.spec index b288ce3..9fdd02c 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -532,6 +532,9 @@ SKIP_TESTS+=" or (test_rolling_quantile_interpolation_options and data1 and line SKIP_TESTS+=" or test_large_string_pyarrow" SKIP_TESTS+=" or test_pandas_nullable_with_missing_values" SKIP_TESTS+=" or test_pandas_nullable_without_missing_values" +SKIP_TESTS+=" or (test_to_datetime and TestOrigin and test_epoch)" +SKIP_TESTS+=" or test_td_mul_numeric_ndarray_0d" +SKIP_TESTS+=" or test_get_indexer_non_unique_wrong_dtype" # pyarrow read-only errors SKIP_TESTS+=" or test_left_join_multi_index" SKIP_TESTS+=" or test_join_on_single_col_dup_on_right"