dev-python/pytest-xvfb: 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:10:32 -04:00
parent a8c46c52ab
commit ad0c4d3e11
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334

View File

@ -21,10 +21,6 @@ RDEPEND="
x11-base/xorg-server[xvfb]
"
EPYTEST_PLUGINS=()
EPYTEST_PLUGINS=( ${PN} )
EPYTEST_PLUGIN_LOAD_VIA_ENV=1
distutils_enable_tests pytest
python_test() {
local -x PYTEST_PLUGINS=pytest_xvfb
epytest
}