summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-07-15 02:09:32 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-07-18 05:11:11 -0400
commita8c46c52abe8402414de133fbfe2d1245acef4d9 (patch)
treed6e681e529542c07f773580ff3506d5c417cb8c3 /dev-python
parent2afccfc4bd5b2383c70366356e7c45d56c0a27f6 (diff)
downloadgentoo-a8c46c52abe8402414de133fbfe2d1245acef4d9.tar.gz
gentoo-a8c46c52abe8402414de133fbfe2d1245acef4d9.tar.bz2
gentoo-a8c46c52abe8402414de133fbfe2d1245acef4d9.zip
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>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-bdd/pytest-bdd-8.1.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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