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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD32B1382C5 for ; Sun, 13 Dec 2020 04:34:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1266FE0B0A; Sun, 13 Dec 2020 04:34:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF29DE0B0A for ; Sun, 13 Dec 2020 04:34:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0375534110D for ; Sun, 13 Dec 2020 04:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86AEF4B for ; Sun, 13 Dec 2020 04:34:50 +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: <1607834083.755fb653b160938a2ebb4de591da3798b36b160c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wxpython/wxpython-4.0.7.ebuild X-VCS-Directories: dev-python/wxpython/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 755fb653b160938a2ebb4de591da3798b36b160c X-VCS-Branch: master Date: Sun, 13 Dec 2020 04:34:50 +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: f2408c83-7ac4-49de-bea2-43d31ad4d3b5 X-Archives-Hash: 258ac5e90f74f898ac3acc3ec6fd8ca5 commit: 755fb653b160938a2ebb4de591da3798b36b160c Author: Sam James gentoo org> AuthorDate: Sun Dec 13 04:34:43 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 13 04:34:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755fb653 dev-python/wxpython: restrict tests They're horrifically broken right now - either hanging or segfaulting. Bug: https://bugs.gentoo.org/722716 Bug: https://bugs.gentoo.org/726812 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/wxpython/wxpython-4.0.7.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/wxpython/wxpython-4.0.7.ebuild b/dev-python/wxpython/wxpython-4.0.7.ebuild index 7384de46cd5..af48ced27b6 100644 --- a/dev-python/wxpython/wxpython-4.0.7.ebuild +++ b/dev-python/wxpython/wxpython-4.0.7.ebuild @@ -18,7 +18,9 @@ LICENSE="wxWinLL-3" SLOT="4.0" KEYWORDS="~alpha amd64 arm arm64 ~ppc ~ppc64 ~sparc x86" IUSE="test webkit" -RESTRICT="!test? ( test )" +# Tests broken: #726812, #722716 +RESTRICT="test" +#RESTRICT="!test? ( test )" # wxPython doesn't seem to be able to optionally disable features. webkit is # optionally patched out because it's so huge, but other elements are not,