commit: fca2484f0f3947a64d07bd5f2fb9811331c6911f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jul 5 18:49:34 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jul 5 19:10:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fca2484f
net-misc/gdown: use EPYTEST_PLUGINS
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-misc/gdown/gdown-5.2.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-misc/gdown/gdown-5.2.0.ebuild
b/net-misc/gdown/gdown-5.2.0.ebuild
index dd3181eaa1..e072b3cc8a 100644
--- a/net-misc/gdown/gdown-5.2.0.ebuild
+++ b/net-misc/gdown/gdown-5.2.0.ebuild
@@ -34,6 +34,8 @@ BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=( )
+
distutils_enable_tests pytest
src_configure() {