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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 489D315800A for ; Tue, 29 Aug 2023 04:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72E0B2BC014; Tue, 29 Aug 2023 04:58:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 5C5442BC014 for ; Tue, 29 Aug 2023 04:58:43 +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 7797D340D8B for ; Tue, 29 Aug 2023 04:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB617E69 for ; Tue, 29 Aug 2023 04:58:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693285055.a1141b6f49501f8bc5ad7cd58d4c15852beb52b6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-2.0.3-r1.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1141b6f49501f8bc5ad7cd58d4c15852beb52b6 X-VCS-Branch: master Date: Tue, 29 Aug 2023 04:58:40 +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: 68e0e427-42b3-4ffc-8218-9c9652830cb5 X-Archives-Hash: 04af8ebc8869b618b3db0571a0de88e4 commit: a1141b6f49501f8bc5ad7cd58d4c15852beb52b6 Author: Sam James gentoo org> AuthorDate: Tue Aug 29 04:55:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 29 04:57:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1141b6f dev-python/pandas: skip known-broken tests Closes: https://bugs.gentoo.org/911660 Signed-off-by: Sam James gentoo.org> dev-python/pandas/pandas-2.0.3-r1.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-python/pandas/pandas-2.0.3-r1.ebuild b/dev-python/pandas/pandas-2.0.3-r1.ebuild index 961cd1e3b860..f2867585543e 100644 --- a/dev-python/pandas/pandas-2.0.3-r1.ebuild +++ b/dev-python/pandas/pandas-2.0.3-r1.ebuild @@ -211,6 +211,15 @@ python_test() { 'pandas/tests/tseries/offsets/test_common.py::test_apply_out_of_range[tzlocal()-LastWeekOfMonth]' 'pandas/tests/tseries/offsets/test_common.py::test_apply_out_of_range[tzlocal()-WeekOfMonth]' 'pandas/tests/tseries/offsets/test_common.py::test_apply_out_of_range[tzlocal()-Week]' + + # alignment issues: bug #911660 (fixed upstream but not yet in a release) + # https://github.com/pandas-dev/pandas/issues/54391 + pandas/tests/io/sas/test_byteswap.py::test_float_byteswap + + # hdf / pytables have alignment problems: bug #911660 + # https://github.com/pandas-dev/pandas/issues/54396 + pandas/tests/io/pytables/test_append.py::test_append_frame_column_oriented + pandas/tests/io/pytables/test_store.py::test_select_filter_corner ) local -x LC_ALL=C.UTF-8