commit:     bd088ceb29998ad9c1c3626da135e688752e673c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 17:52:40 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 17:52:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd088ceb

dev-python/xarray: Skip some time tests broken on 32-bit arches

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xarray/xarray-2024.9.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/xarray/xarray-2024.9.0.ebuild 
b/dev-python/xarray/xarray-2024.9.0.ebuild
index 0e51d182592a..d9c308f39045 100644
--- a/dev-python/xarray/xarray-2024.9.0.ebuild
+++ b/dev-python/xarray/xarray-2024.9.0.ebuild
@@ -90,6 +90,12 @@ python_test() {
                        
xarray/tests/test_dataarray.py::TestDataArray::test_repr_multiindex_long
                        
xarray/tests/test_dataset.py::TestDataset::test_repr_multiindex
                        
xarray/tests/test_formatting.py::test_array_repr_dtypes_unix
+
+                       # converting timestamps into ns, causing an overflow
+                       xarray/tests/test_cftimeindex.py::test_asi8
+                       
xarray/tests/test_coding_times.py::test_decode_cf_time_bounds
+                       
xarray/tests/test_coding_times.py::test_use_cftime_false_standard_calendar_in_range
+                       
xarray/tests/test_coding_times.py::test_decode_cf_datetime_non_standard_units
                )
        fi
 

Reply via email to