From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A226158074 for ; Sat, 28 Jun 2025 09:41:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 241F1335D0E for ; Sat, 28 Jun 2025 09:41:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 25C04110278; Sat, 28 Jun 2025 09:41:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1B067110278 for ; Sat, 28 Jun 2025 09:41:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8E4C335D0E for ; Sat, 28 Jun 2025 09:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EE6F1A0C for ; Sat, 28 Jun 2025 09:41:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1751103629.8aeba03f912f256bc37652f043a3d9b356d4c164.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xarray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xarray/xarray-2025.6.1.ebuild X-VCS-Directories: dev-python/xarray/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8aeba03f912f256bc37652f043a3d9b356d4c164 X-VCS-Branch: master Date: Sat, 28 Jun 2025 09:41:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 535e60f2-9c66-48b8-a51f-0614aaf94902 X-Archives-Hash: bec29f367e19826f0993fd5bbbe644e1 commit: 8aeba03f912f256bc37652f043a3d9b356d4c164 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 28 09:40:29 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 28 09:40:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aeba03f dev-python/xarray: Deselect more tests on 32-bit arches Signed-off-by: Michał Górny gentoo.org> 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 30d0acec9c6b..2be8d8e84842 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