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 AE04F158020 for ; Fri, 25 Nov 2022 21:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C40B0E0ADD; Fri, 25 Nov 2022 21:14:42 +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 AE8F2E0ADD for ; Fri, 25 Nov 2022 21:14:42 +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 A68A6341490 for ; Fri, 25 Nov 2022 21:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4FB5756 for ; Fri, 25 Nov 2022 21:14:39 +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: <1669410785.bc75c1b85ce23605a5fdb28e106944e931cca4ef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.10_rc3.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc75c1b85ce23605a5fdb28e106944e931cca4ef X-VCS-Branch: master Date: Fri, 25 Nov 2022 21:14:39 +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: c0cadf00-f2b1-4479-9214-d89e62820860 X-Archives-Hash: e66e707ad1d3c8490ad1ab8699a24825 commit: bc75c1b85ce23605a5fdb28e106944e931cca4ef Author: Michał Górny gentoo org> AuthorDate: Fri Nov 25 21:12:52 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 25 21:13:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc75c1b8 dev-python/pypy3: Remove test support for the time being Tests still require Python 2, pypy[-full-stdlib] is insufficient and they are failing anyway. Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3/pypy3-7.3.10_rc3.ebuild | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild b/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild index ae5eeb7df0a2..c6b9c98cbd92 100644 --- a/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild +++ b/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild @@ -3,8 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python2_7 ) -inherit pax-utils python-any-r1 toolchain-funcs +inherit pax-utils python-utils-r1 toolchain-funcs PYPY_PV=${PV%_p*} MY_P=pypy3.9-v${PYPY_PV/_rc/rc} @@ -26,7 +25,7 @@ LICENSE="MIT" # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy39-pp73-336" KEYWORDS="" -IUSE="+ensurepip gdbm +jit ncurses sqlite test tk" +IUSE="+ensurepip gdbm +jit ncurses sqlite tk" # many tests are failing upstream # see https://buildbot.pypy.org/summary?branch=py3.9 RESTRICT="test" @@ -48,16 +47,8 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - test? ( - ${PYTHON_DEPS} - !!dev-python/pytest-forked - ) " -pkg_setup() { - use test && python-any-r1_pkg_setup -} - src_prepare() { local PATCHES=( "${WORKDIR}/${PATCHSET}" @@ -147,17 +138,6 @@ src_compile() { find -type d -empty -delete || die } -src_test() { - # (unset) - local -x PYTHONDONTWRITEBYTECODE= - local -x COLUMNS=80 - - # Test runner requires Python 2 too. However, it spawns PyPy3 - # internally so that we end up testing the correct interpreter. - # (--deselect for failing doctests) - "${EPYTHON}" ./pypy/test_all.py --pypy=./pypy3.9-c -vv lib-python || die -} - src_install() { einfo "Installing PyPy ..." dodir /usr/bin