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 EF4CC158074 for ; Sat, 05 Jul 2025 19:12:18 +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 DB15B342059 for ; Sat, 05 Jul 2025 19:12:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ACD5B11056A; Sat, 05 Jul 2025 19:11:51 +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 A078D11056A 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 56F4034205A 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 38A772E70 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.a5b5c287ae111b70c42ee1c70868d57f5168c44d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/lyrics-in-terminal/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/lyrics-in-terminal/lyrics-in-terminal-1.8.0.ebuild X-VCS-Directories: net-misc/lyrics-in-terminal/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a5b5c287ae111b70c42ee1c70868d57f5168c44d 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: 89ab66b7-2d67-46df-94de-1c7be9d29495 X-Archives-Hash: c6cedd086df63b6c9331f8be918a506e commit: a5b5c287ae111b70c42ee1c70868d57f5168c44d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jul 5 18:52:19 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=a5b5c287 net-misc/lyrics-in-terminal: use EPYTEST_PLUGINS Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/lyrics-in-terminal/lyrics-in-terminal-1.8.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.8.0.ebuild b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.8.0.ebuild index 3d505fdc9f..d2fda4c511 100644 --- a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.8.0.ebuild +++ b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.8.0.ebuild @@ -20,6 +20,8 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=( pytest-import-check ) + distutils_enable_tests import-check pkg_postinst() {