From 8aeba03f912f256bc37652f043a3d9b356d4c164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 28 Jun 2025 11:40:29 +0200 Subject: [PATCH] dev-python/xarray: Deselect more tests on 32-bit arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/xarray/xarray-2025.6.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/xarray/xarray-2025.6.1.ebuild b/dev-python/xarray/xarray-2025.6.1.ebuild index 30d0acec9c6b6..2be8d8e848420 100644 --- a/dev-python/xarray/xarray-2025.6.1.ebuild +++ b/dev-python/xarray/xarray-2025.6.1.ebuild @@ -87,8 +87,10 @@ python_test() { # https://github.com/pydata/xarray/issues/9127 xarray/tests/test_dataarray.py::TestDataArray::test_repr_multiindex xarray/tests/test_dataarray.py::TestDataArray::test_repr_multiindex_long + xarray/tests/test_dataset.py::TestDataset::test_repr xarray/tests/test_dataset.py::TestDataset::test_repr_multiindex xarray/tests/test_datatree.py::TestRepr::test_doc_example + xarray/tests/test_datatree.py::TestRepr::test_repr_truncates_nodes xarray/tests/test_formatting.py::test_array_repr_dtypes_unix # converting timestamps into ns, causing an overflow