commit: 9402e1ee1beaf61722590c1f7e652ef859f0fa99
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jul 5 18:43:01 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jul 5 19:10:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9402e1ee
dev-util/find-work-pkgcheck: use EPYTEST_PLUGINS
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild
b/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild
index f3f27d8f58..6112d5468d 100644
--- a/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild
+++ b/dev-util/find-work-pkgcheck/find-work-pkgcheck-1.0.0.ebuild
@@ -28,11 +28,8 @@ RDEPEND="
dev-util/pkgcheck[${PYTHON_USEDEP}]
sys-apps/pkgcore[${PYTHON_USEDEP}]
"
-BDEPEND="
- test? (
- dev-python/pytest-import-check[${PYTHON_USEDEP}]
- )
-"
+
+EPYTEST_PLUGINS=( pytest-import-check )
distutils_enable_tests pytest