From ec90ebd99235206c2f6bbf13e0bf1c4f1c120273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 22 Apr 2025 14:48:29 +0200 Subject: [PATCH] dev-python/xarray: Skip one more test failing on 32-bit arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/954187 Signed-off-by: Michał Górny --- dev-python/xarray/xarray-2025.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/xarray/xarray-2025.3.1.ebuild b/dev-python/xarray/xarray-2025.3.1.ebuild index 3ec12ce20cc18..4578dd002a3e9 100644 --- a/dev-python/xarray/xarray-2025.3.1.ebuild +++ b/dev-python/xarray/xarray-2025.3.1.ebuild @@ -88,6 +88,7 @@ python_test() { 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_multiindex + xarray/tests/test_datatree.py::TestRepr::test_doc_example xarray/tests/test_formatting.py::test_array_repr_dtypes_unix # converting timestamps into ns, causing an overflow