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 C01F2158088 for ; Tue, 28 Oct 2025 06:08:54 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AAF493415FE for ; Tue, 28 Oct 2025 06:08:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 340A8110575; Tue, 28 Oct 2025 06:08:45 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2EFE7110575 for ; Tue, 28 Oct 2025 06:08:45 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E025D341519 for ; Tue, 28 Oct 2025 06:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80C763AE4 for ; Tue, 28 Oct 2025 06:08:43 +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: <1761631670.e9d710672455cb4e41442c7e89279d3f66521a9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoopm/gentoopm-9999.ebuild X-VCS-Directories: app-portage/gentoopm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9d710672455cb4e41442c7e89279d3f66521a9f X-VCS-Branch: master Date: Tue, 28 Oct 2025 06:08:43 +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: b5f4b23e-2c8a-4281-8201-ce76a474b7b3 X-Archives-Hash: a2b3718a338f5d83a4c3ac2cef689523 commit: e9d710672455cb4e41442c7e89279d3f66521a9f Author: Alfred Wingate protonmail com> AuthorDate: Mon Oct 27 18:00:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 28 06:07:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d71067 app-portage/gentoopm: set EPYTEST_PLUGINS for 9999 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44354 Signed-off-by: Sam James gentoo.org> app-portage/gentoopm/gentoopm-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index 43ed041c5f06..e425c3b2eb47 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -28,4 +28,5 @@ PDEPEND=" app-eselect/eselect-package-manager " +EPYTEST_PLUGINS=() distutils_enable_tests pytest