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 0458F15806E for ; Wed, 31 May 2023 05:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 311DAE08AD; Wed, 31 May 2023 05:48:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 165CCE08AD for ; Wed, 31 May 2023 05:48:37 +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 F1F36340FB7 for ; Wed, 31 May 2023 05:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD83A67 for ; Wed, 31 May 2023 05:48:34 +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: <1685512076.87894f89a2497f137f2e8c554d773c1a82cfc690.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/priority/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/priority/priority-2.0.0-r1.ebuild X-VCS-Directories: dev-python/priority/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87894f89a2497f137f2e8c554d773c1a82cfc690 X-VCS-Branch: master Date: Wed, 31 May 2023 05:48:34 +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: da657d93-b16e-40be-a029-6a9143a7e44c X-Archives-Hash: 47b915c828fb62cb2aa8af1626d6ab1e commit: 87894f89a2497f137f2e8c554d773c1a82cfc690 Author: Sam James gentoo org> AuthorDate: Wed May 31 05:47:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 31 05:47:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87894f89 dev-python/priority: enable testing for py3.12 Signed-off-by: Sam James gentoo.org> dev-python/priority/priority-2.0.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/priority/priority-2.0.0-r1.ebuild b/dev-python/priority/priority-2.0.0-r1.ebuild index b885dd5d5d6d..497d45d034c2 100644 --- a/dev-python/priority/priority-2.0.0-r1.ebuild +++ b/dev-python/priority/priority-2.0.0-r1.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_TESTED=( python3_{10..11} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 ) +PYTHON_TESTED=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 pypi @@ -31,7 +31,6 @@ BDEPEND=" distutils_enable_tests pytest python_test() { - # https://github.com/python/cpython/issues/105042 if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then einfo "Skipping tests on ${EPYTHON} (xfail)" return