commit: ec90ebd99235206c2f6bbf13e0bf1c4f1c120273 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 12:48:29 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 12:49:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec90ebd9
dev-python/xarray: Skip one more test failing on 32-bit arches Closes: https://bugs.gentoo.org/954187 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 3ec12ce20cc1..4578dd002a3e 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
