diff options
author | 2024-10-19 19:52:40 +0200 | |
---|---|---|
committer | 2024-10-19 19:52:40 +0200 | |
commit | bd088ceb29998ad9c1c3626da135e688752e673c (patch) | |
tree | 8c9013160101d7ff5d9c31fdfc8efd23a2f39661 /dev-python/xarray | |
parent | dev-python/pyopenssl: Use tc-has-64bit-time_t (diff) | |
download | gentoo-bd088ceb29998ad9c1c3626da135e688752e673c.tar.gz gentoo-bd088ceb29998ad9c1c3626da135e688752e673c.tar.bz2 gentoo-bd088ceb29998ad9c1c3626da135e688752e673c.zip |
dev-python/xarray: Skip some time tests broken on 32-bit arches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xarray')
-rw-r--r-- | dev-python/xarray/xarray-2024.9.0.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 |