From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 4B1B6158042 for ; Sat, 19 Oct 2024 17:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F1FBE069C; Sat, 19 Oct 2024 17:55:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69900E069C for ; Sat, 19 Oct 2024 17:55:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9DF933C1EB for ; Sat, 19 Oct 2024 17:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B633EA0 for ; Sat, 19 Oct 2024 17:55:20 +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: <1729360500.a3c0d9e3276950dd18d37a50b553f96e3971da7f.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-2024.9.0.ebuild X-VCS-Directories: dev-python/xarray/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3c0d9e3276950dd18d37a50b553f96e3971da7f X-VCS-Branch: master Date: Sat, 19 Oct 2024 17:55:20 +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: d7cd63a7-3165-48fd-ae0d-d7c25fcb253a X-Archives-Hash: bb465dfcf61c731fdfd0710b9cb56bb9 commit: a3c0d9e3276950dd18d37a50b553f96e3971da7f Author: Michał Górny gentoo org> AuthorDate: Sat Oct 19 17:55:00 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 19 17:55:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c0d9e3 dev-python/xarray: Deselect tests broken on arm64 Signed-off-by: Michał Górny gentoo.org> dev-python/xarray/xarray-2024.9.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-python/xarray/xarray-2024.9.0.ebuild b/dev-python/xarray/xarray-2024.9.0.ebuild index d9c308f39045..5d61b536a260 100644 --- a/dev-python/xarray/xarray-2024.9.0.ebuild +++ b/dev-python/xarray/xarray-2024.9.0.ebuild @@ -99,6 +99,15 @@ python_test() { ) fi + case ${ARCH} in + arm64) + EPYTEST_DESELECT+=( + 'xarray/tests/test_backends.py::TestNetCDF4Data::test_roundtrip_mask_and_scale[dtype0-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]' + 'xarray/tests/test_backends.py::TestNetCDF4Data::test_roundtrip_mask_and_scale[dtype1-create_unsigned_false_masked_scaled_data-create_encoded_unsigned_false_masked_scaled_data]' + ) + ;; + esac + if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then EPYTEST_DESELECT+=( xarray/tests/test_dataset.py::TestDataset::test_polyfit_warnings