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 B4B13158074 for ; Sat, 05 Jul 2025 19:12:25 +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 A1AD7342092 for ; Sat, 05 Jul 2025 19:12:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D42C911056F; Sat, 05 Jul 2025 19:11:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C6F8411056C for ; Sat, 05 Jul 2025 19:11:51 +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 7832634206A for ; Sat, 05 Jul 2025 19:11:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB282E6F for ; Sat, 05 Jul 2025 19:11:48 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1751742651.f45dc71be0bec66d217d3905379bf5bfdef061e7.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmcapsule/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gmcapsule/gmcapsule-0.9.7.ebuild X-VCS-Directories: net-misc/gmcapsule/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f45dc71be0bec66d217d3905379bf5bfdef061e7 X-VCS-Branch: dev Date: Sat, 05 Jul 2025 19:11:48 +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: 8185e0b9-0b7e-4b89-a273-a05afdc3f8a2 X-Archives-Hash: 003de0299c446b9668594822578b6f55 commit: f45dc71be0bec66d217d3905379bf5bfdef061e7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jul 5 18:50:28 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Jul 5 19:10:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f45dc71b net-misc/gmcapsule: use EPYTEST_PLUGINS Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/gmcapsule/gmcapsule-0.9.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/gmcapsule/gmcapsule-0.9.7.ebuild b/net-misc/gmcapsule/gmcapsule-0.9.7.ebuild index 2949bd50d3..e75c6fa2f4 100644 --- a/net-misc/gmcapsule/gmcapsule-0.9.7.ebuild +++ b/net-misc/gmcapsule/gmcapsule-0.9.7.ebuild @@ -22,6 +22,8 @@ RDEPEND=" >=dev-python/pyopenssl-21 " +EPYTEST_PLUGINS=( pytest-import-check ) + distutils_enable_tests import-check python_install() {