From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EAFC81584AD for ; Tue, 29 Apr 2025 17:28:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D6F02342FF8 for ; Tue, 29 Apr 2025 17:28:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1ACEF11036B; Tue, 29 Apr 2025 17:28:33 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 11B9211036B for ; Tue, 29 Apr 2025 17:28:33 +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 BBEFE342FEB for ; Tue, 29 Apr 2025 17:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 560422511 for ; Tue, 29 Apr 2025 17:28:31 +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: <1745947689.c5a281f90d75c4e066aebc5c9c0d749d057df6b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcruft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcruft/pkgcruft-9999.ebuild X-VCS-Directories: dev-util/pkgcruft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5a281f90d75c4e066aebc5c9c0d749d057df6b0 X-VCS-Branch: master Date: Tue, 29 Apr 2025 17:28:31 +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: cc0fe3dc-4353-407f-90db-71bf1217087d X-Archives-Hash: e84a1f9657fccd0bf1caa5ecdc037873 commit: c5a281f90d75c4e066aebc5c9c0d749d057df6b0 Author: Sam James gentoo org> AuthorDate: Tue Apr 29 16:46:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 17:28:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a281f9 dev-util/pkgcruft: drop obsolete test skips from live This ended up being broken in releases but working on master, but is now fixed in pkgcruft upstream. Signed-off-by: Sam James gentoo.org> dev-util/pkgcruft/pkgcruft-9999.ebuild | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/dev-util/pkgcruft/pkgcruft-9999.ebuild b/dev-util/pkgcruft/pkgcruft-9999.ebuild index 66c1aeee6244..94a826b3e470 100644 --- a/dev-util/pkgcruft/pkgcruft-9999.ebuild +++ b/dev-util/pkgcruft/pkgcruft-9999.ebuild @@ -84,37 +84,7 @@ src_test() { --color always \ --all-features \ --tests \ - --no-fail-fast \ - -- \ - --skip 'commands::tests::check' \ - --skip 'dependency::tests::check' \ - --skip 'dependency_slot_missing::tests::check' \ - --skip 'eapi_stale::tests::check' \ - --skip 'eapi_status::tests::check' \ - --skip 'ebuild_name::tests::check' \ - --skip 'eclass::tests::check' \ - --skip 'filesdir::tests::check' \ - --skip 'header::tests::check' \ - --skip 'homepage::tests::check' \ - --skip 'ignore::tests::check' \ - --skip 'iuse::tests::check' \ - --skip 'keywords::tests::check' \ - --skip 'keywords_dropped::tests::check' \ - --skip 'license::tests::check' \ - --skip 'live::tests::check' \ - --skip 'manifest::tests::check' \ - --skip 'metadata::tests::check' \ - --skip 'properties::tests::check' \ - --skip 'python_update::tests::check' \ - --skip 'repo_layout::tests::check' \ - --skip 'restrict::tests::check' \ - --skip 'restrict_test_missing::tests::check' \ - --skip 'ruby_update::tests::check' \ - --skip 'src_uri::tests::check' \ - --skip 'unstable_only::tests::check' \ - --skip 'use_local::tests::check' \ - --skip 'variable_order::tests::check' \ - --skip 'whitespace::tests::check' + --no-fail-fast } src_install() {