commit: 24e422909f5453b92621dccfc6de2b37ba1fb72a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 13:47:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 13:50:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e42290
dev-python/gpep517: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gpep517/gpep517-19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/gpep517/gpep517-19.ebuild
b/dev-python/gpep517/gpep517-19.ebuild
index e90e21de6472..982c3d1ddc46 100644
--- a/dev-python/gpep517/gpep517-19.ebuild
+++ b/dev-python/gpep517/gpep517-19.ebuild
@@ -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
}