commit: 1344e63904efac781e68d74b20a028fd2c35e74d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 2 21:50:40 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 2 21:51:55 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1344e639
dev-util/pkgdev: add EPYTEST_PLUGINS
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/pkgdev/pkgdev-0.2.12.ebuild | 3 ++-
dev-util/pkgdev/pkgdev-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-util/pkgdev/pkgdev-0.2.12.ebuild
b/dev-util/pkgdev/pkgdev-0.2.12.ebuild
index 70a78de2e333..a1b307c98cda 100644
--- a/dev-util/pkgdev/pkgdev-0.2.12.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -52,6 +52,7 @@ BDEPEND="
distutils_enable_sphinx doc \
">=dev-python/snakeoil-0.10.11" \
dev-python/tomli
+EPYTEST_PLUGINS=( pkgcore )
distutils_enable_tests pytest
python_compile_all() {
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild
b/dev-util/pkgdev/pkgdev-9999.ebuild
index 7463bcc356f9..4d1560c8af98 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -52,6 +52,7 @@ BDEPEND="
distutils_enable_sphinx doc \
">=dev-python/snakeoil-0.10.5" \
dev-python/tomli
+EPYTEST_PLUGINS=( pkgcore )
distutils_enable_tests pytest
python_compile_all() {