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 6C3A115827B for ; Thu, 14 Aug 2025 15:24:12 +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 59460340E24 for ; Thu, 14 Aug 2025 15:24:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4F00011056D; Thu, 14 Aug 2025 15:23:47 +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 3E43311056D for ; Thu, 14 Aug 2025 15:23:47 +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 EEF5C340CEA for ; Thu, 14 Aug 2025 15:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A12F53367 for ; Thu, 14 Aug 2025 15:23:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1755185014.8c57d1032c908b34240ab4ba9b54206870b5b451.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyyaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyyaml/pyyaml-6.0.2.ebuild X-VCS-Directories: dev-python/pyyaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c57d1032c908b34240ab4ba9b54206870b5b451 X-VCS-Branch: master Date: Thu, 14 Aug 2025 15:23: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: 3b12c264-84af-4e35-b441-e924b6eb9cf5 X-Archives-Hash: 331c3506d87efc7b9b0f13284bc2138e commit: 8c57d1032c908b34240ab4ba9b54206870b5b451 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 14 15:06:24 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 14 15:23:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c57d103 dev-python/pyyaml: Use EPYTEST_PLUGINS Signed-off-by: Michał Górny gentoo.org> dev-python/pyyaml/pyyaml-6.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyyaml/pyyaml-6.0.2.ebuild b/dev-python/pyyaml/pyyaml-6.0.2.ebuild index 3a961e2a9605..1b38f8a5de5a 100644 --- a/dev-python/pyyaml/pyyaml-6.0.2.ebuild +++ b/dev-python/pyyaml/pyyaml-6.0.2.ebuild @@ -38,6 +38,7 @@ BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest src_configure() {