From fa906d0c5eb60b6d8b780a404ac474efca99f542 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 5 Jul 2025 21:44:39 +0500 Subject: [PATCH] dev-python/cryptg: use EPYTEST_PLUGINS Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/cryptg/cryptg-0.5.0_p0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild index d0c6460bba..925e27aa81 100644 --- a/dev-python/cryptg/cryptg-0.5.0_p0.ebuild +++ b/dev-python/cryptg/cryptg-0.5.0_p0.ebuild @@ -80,6 +80,8 @@ BDEPEND="dev-python/setuptools-rust[${PYTHON_USEDEP}]" # rust does not use *FLAGS from make.conf, silence portage warning QA_FLAGS_IGNORED=".*" +EPYTEST_PLUGINS=( pytest-import-check ) + distutils_enable_tests import-check src_unpack() {