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 4D9021581B9 for ; Tue, 23 Sep 2025 13:15:39 +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 39CE7335D3A for ; Tue, 23 Sep 2025 13:15:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2A131110573; Tue, 23 Sep 2025 13:15:38 +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 1D148110573 for ; Tue, 23 Sep 2025 13:15:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9FA7335D5E for ; Tue, 23 Sep 2025 13:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3539B3549 for ; Tue, 23 Sep 2025 13:15:36 +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: <1758633332.cda2bd03c2237f3311b0c6464361ff7532867fee.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/josepy/josepy-2.1.0.ebuild X-VCS-Directories: dev-python/josepy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cda2bd03c2237f3311b0c6464361ff7532867fee X-VCS-Branch: master Date: Tue, 23 Sep 2025 13:15:36 +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: 9a1c0404-b4c7-4304-ad24-0a144b54f7bd X-Archives-Hash: dd5b772d5179d959db91bc9d6321a6b4 commit: cda2bd03c2237f3311b0c6464361ff7532867fee Author: Michał Górny gentoo org> AuthorDate: Tue Sep 23 13:13:18 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 23 13:15:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda2bd03 dev-python/josepy: Add EPYTEST_PLUGINS Signed-off-by: Michał Górny gentoo.org> dev-python/josepy/josepy-2.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/josepy/josepy-2.1.0.ebuild b/dev-python/josepy/josepy-2.1.0.ebuild index 51fe673e9fdf..50c75c240e07 100644 --- a/dev-python/josepy/josepy-2.1.0.ebuild +++ b/dev-python/josepy/josepy-2.1.0.ebuild @@ -25,4 +25,6 @@ RDEPEND=" distutils_enable_sphinx docs \ '>=dev-python/sphinx-4.3.0' \ '>=dev-python/sphinx-rtd-theme-1.0' + +EPYTEST_PLUGINS=() distutils_enable_tests pytest