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 99F3415808B for ; Sun, 27 Mar 2022 21:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC0F3E0874; Sun, 27 Mar 2022 21:50:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6D1D7E0874 for ; Sun, 27 Mar 2022 21:50:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3BB843436AC for ; Sun, 27 Mar 2022 21:50:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91874177 for ; Sun, 27 Mar 2022 21:50:37 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1648417782.1841cd2699bb99e1a76315ee096c5b8af2e3fa1f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstr/rstr-3.1.0.ebuild X-VCS-Directories: dev-python/rstr/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1841cd2699bb99e1a76315ee096c5b8af2e3fa1f X-VCS-Branch: dev Date: Sun, 27 Mar 2022 21:50:37 +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: 6c0c803d-5e8d-4589-8e80-936a19576797 X-Archives-Hash: 51849aa2886633ab8df82e56745d7d36 commit: 1841cd2699bb99e1a76315ee096c5b8af2e3fa1f Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 27 21:49:42 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 27 21:49:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1841cd26 dev-python/rstr: disable pypy3 Closes: https://bugs.gentoo.org/835474 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/rstr/rstr-3.1.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/rstr/rstr-3.1.0.ebuild b/dev-python/rstr/rstr-3.1.0.ebuild index 843c74e97..8d112dacb 100644 --- a/dev-python/rstr/rstr-3.1.0.ebuild +++ b/dev-python/rstr/rstr-3.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} ) # pypy3 https://bugs.gentoo.org/835474 inherit distutils-r1 @@ -21,10 +21,6 @@ KEYWORDS="~amd64" distutils_enable_tests unittest -python_test() { - "${PYTHON}" -m unittest discover -v rstr/tests || die "tests failed with ${EPYTHON}" -} - python_install_all() { distutils-r1_python_install_all find "${ED}" -type d -name "tests" -exec rm -rv {} + || die "tests removing failed"