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 0E16A158074 for ; Mon, 30 Jun 2025 15:28:09 +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 CC6EC341E65 for ; Mon, 30 Jun 2025 15:28:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4BB58110562; Mon, 30 Jun 2025 15:27:52 +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 4022F110562 for ; Mon, 30 Jun 2025 15:27:52 +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 EDC1934134D for ; Mon, 30 Jun 2025 15:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D864E2C5D for ; Mon, 30 Jun 2025 15:27:49 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1751297167.c1763d1085c2f2bf38eeb29e8a0426ebaeed98bd.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/yt-dlp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/yt-dlp/yt-dlp-2025.06.25.ebuild net-misc/yt-dlp/yt-dlp-9999.ebuild X-VCS-Directories: net-misc/yt-dlp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c1763d1085c2f2bf38eeb29e8a0426ebaeed98bd X-VCS-Branch: master Date: Mon, 30 Jun 2025 15:27:49 +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: a4109097-de0c-4c8f-96e8-7aa138879e6e X-Archives-Hash: 780b7bd32bba2616befb5a356a20e611 commit: c1763d1085c2f2bf38eeb29e8a0426ebaeed98bd Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 30 15:14:49 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jun 30 15:26:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1763d10 net-misc/yt-dlp: use EPYTEST_PLUGINS Would rather get rid of autoloading in my packages now and this is a good excuse to do so. Signed-off-by: Ionen Wolkens gentoo.org> net-misc/yt-dlp/yt-dlp-2025.06.25.ebuild | 1 + net-misc/yt-dlp/yt-dlp-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-misc/yt-dlp/yt-dlp-2025.06.25.ebuild b/net-misc/yt-dlp/yt-dlp-2025.06.25.ebuild index 9f5900f9a963..aee9e8863900 100644 --- a/net-misc/yt-dlp/yt-dlp-2025.06.25.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2025.06.25.ebuild @@ -28,6 +28,7 @@ BDEPEND=" test? ( media-video/ffmpeg[webp] ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_test() { diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild b/net-misc/yt-dlp/yt-dlp-9999.ebuild index 60c68d15f042..4cefdb702832 100644 --- a/net-misc/yt-dlp/yt-dlp-9999.ebuild +++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild @@ -23,6 +23,7 @@ BDEPEND=" test? ( media-video/ffmpeg[webp] ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_compile() {