dev-python/gpep517: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-13 15:47:38 +02:00
parent afaff8c290
commit 24e422909f

View File

@@ -27,10 +27,10 @@ RDEPEND="
>=dev-python/installer-0.5.0[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -o tmp_path_retention_policy=all
}