mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
2afccfc4bd
commit
a8c46c52ab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user