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 6427B15838E for ; Sat, 20 Jan 2024 15:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BAD4E29D2; Sat, 20 Jan 2024 15:17:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1512AE29D2 for ; Sat, 20 Jan 2024 15:17:04 +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 605E3343266 for ; Sat, 20 Jan 2024 15:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EF0714C3 for ; Sat, 20 Jan 2024 15:17:00 +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: <1705763814.097aeb1b93885b7f16aa8967fd0f48b1ba559025.mgorny@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.2.0.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 097aeb1b93885b7f16aa8967fd0f48b1ba559025 X-VCS-Branch: master Date: Sat, 20 Jan 2024 15:17:00 +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: a0aa8eee-1d14-436f-a5c4-80e7a7025c62 X-Archives-Hash: 18d64477a5b0236140bb023ecf8ce6a5 commit: 097aeb1b93885b7f16aa8967fd0f48b1ba559025 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 20 13:26:28 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 20 15:16:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097aeb1b dev-python/pandas: Remove py3.12 deselects Signed-off-by: Michał Górny gentoo.org> dev-python/pandas/pandas-2.2.0.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-python/pandas/pandas-2.2.0.ebuild b/dev-python/pandas/pandas-2.2.0.ebuild index 6912349875df..722774ce648a 100644 --- a/dev-python/pandas/pandas-2.2.0.ebuild +++ b/dev-python/pandas/pandas-2.2.0.ebuild @@ -178,19 +178,6 @@ python_test() { tests/series/test_api.py::TestSeriesMisc::test_inspect_getmembers ) - case ${EPYTHON} in - python3.12) - EPYTEST_DESELECT+=( - tests/io/pytables/test_select.py::test_select_dtypes - tests/io/pytables/test_select.py::test_frame_select - # deprecation warnings - tests/io/excel/test_writers.py::TestRoundTrip::test_read_excel_parse_dates - # some pytest-xdist problem? - tests/base/test_unique.py::test_unique_bad_unicode - ) - ;; - esac - local -x LC_ALL=C.UTF-8 cd "${BUILD_DIR}/install$(python_get_sitedir)" || die "${EPYTHON}" -c "import pandas; pandas.show_versions()" || die