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 1BB981584AD for ; Tue, 29 Apr 2025 17:28:34 +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 04381342FEB for ; Tue, 29 Apr 2025 17:28:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 019B7110328; 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 EAF9E110328 for ; Tue, 29 Apr 2025 17:28:32 +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 A533D342FE4 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 40F051F6A 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: <1745947688.71fdf6a8df1ee9c110dcd1a1671cc0af50d7f062.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcraft-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild X-VCS-Directories: sys-apps/pkgcraft-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71fdf6a8df1ee9c110dcd1a1671cc0af50d7f062 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: 59184aff-0edb-403f-8072-9f4927284ccf X-Archives-Hash: ec7c7d0b56c6e975db0f3cea0817fe26 commit: 71fdf6a8df1ee9c110dcd1a1671cc0af50d7f062 Author: Sam James gentoo org> AuthorDate: Tue Apr 29 16:44:22 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 17:28:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fdf6a8 sys-apps/pkgcraft-tools: drop obsolete test skip from live This should be fixed on master now, per radhermit. Thanks! Signed-off-by: Sam James gentoo.org> sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild index 24e827b171dd..bc96ea7e8300 100644 --- a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild +++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild @@ -76,8 +76,7 @@ src_test() { edo ${CARGO} nextest run $(usev !debug '--release') \ --color always \ --all-features \ - --tests \ - -- --skip pkg::env::current_dir + --tests } src_install() {