dev-python/pytest-bdd: use PN in EPYTEST_PLUGINS

eclass now allows this without causing a self-dependency

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-07-15 02:09:32 -04:00
parent 2afccfc4bd
commit a8c46c52ab
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334

View File

@ -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