From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1550993-garchives=archives.gentoo.org@lists.gentoo.org> 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 B84D015800A for <garchives@archives.gentoo.org>; Fri, 1 Sep 2023 04:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED5FD2BC01F; Fri, 1 Sep 2023 04:38:52 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D48922BC01F for <gentoo-commits@lists.gentoo.org>; Fri, 1 Sep 2023 04:38:52 +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 C530433BF0A for <gentoo-commits@lists.gentoo.org>; Fri, 1 Sep 2023 04:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360B710F8 for <gentoo-commits@lists.gentoo.org>; Fri, 1 Sep 2023 04:38:50 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1693543111.1761e8fcdfda09370046cdd0e382c3aa206d3f61.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.1.0.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1761e8fcdfda09370046cdd0e382c3aa206d3f61 X-VCS-Branch: master Date: Fri, 1 Sep 2023 04:38:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f020e794-1207-4f26-bb64-11f541fabf48 X-Archives-Hash: 00277823ced6183323b6f1157422a981 commit: 1761e8fcdfda09370046cdd0e382c3aa206d3f61 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 1 04:38:31 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 1 04:38:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1761e8fc dev-python/pandas: unskip byteswap test Fixed in 2.1.0. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pandas/pandas-2.1.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/pandas/pandas-2.1.0.ebuild b/dev-python/pandas/pandas-2.1.0.ebuild index 2896fd08e374..a66e19ee8892 100644 --- a/dev-python/pandas/pandas-2.1.0.ebuild +++ b/dev-python/pandas/pandas-2.1.0.ebuild @@ -164,10 +164,6 @@ python_test() { 'tests/tseries/offsets/test_common.py::test_apply_out_of_range[tzlocal()-WeekOfMonth]' '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 - tests/io/sas/test_byteswap.py::test_float_byteswap - # hdf / pytables have alignment problems: bug #911660 # https://github.com/pandas-dev/pandas/issues/54396 tests/io/pytables/test_append.py::test_append_frame_column_oriented