From 9402e1ee1beaf61722590c1f7e652ef859f0fa99 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 5 Jul 2025 23:43:01 +0500 Subject: [PATCH] dev-util/find-work-pkgcheck: use EPYTEST_PLUGINS Signed-off-by: Anna (cybertailor) Vyalkova --- .../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