From a8c46c52abe8402414de133fbfe2d1245acef4d9 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 15 Jul 2025 02:09:32 -0400 Subject: dev-python/pytest-bdd: use PN in EPYTEST_PLUGINS eclass now allows this without causing a self-dependency Signed-off-by: Ionen Wolkens --- dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild b/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild index eda0f3713a14..23b8ad05b445 100644 --- a/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild +++ b/dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild @@ -28,7 +28,8 @@ RDEPEND=" dev-python/typing-extensions[${PYTHON_USEDEP}] " -EPYTEST_PLUGINS=() +EPYTEST_PLUGINS=( ${PN} ) +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 distutils_enable_tests pytest DOCS=( AUTHORS.rst CHANGES.rst README.rst ) @@ -39,7 +40,6 @@ PATCHES=( src_test() { local -x COLUMNS=80 - local -x PYTEST_PLUGINS=pytest_bdd.plugin local EPYTEST_DESELECT=( # https://github.com/pytest-dev/pytest-bdd/issues/779 -- cgit v1.2.3