commit: 45fa0ccbd531076e954069bb27c607a4b29ed905
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 13:52:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 14:21:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fa0ccb
dev-python/libarchive-c: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/libarchive-c/libarchive-c-5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/libarchive-c/libarchive-c-5.3.ebuild
b/dev-python/libarchive-c/libarchive-c-5.3.ebuild
index 9eee5bb95d91..ebada8268a28 100644
--- a/dev-python/libarchive-c/libarchive-c-5.3.ebuild
+++ b/dev-python/libarchive-c/libarchive-c-5.3.ebuild
@@ -28,9 +28,9 @@ RDEPEND="
app-arch/libarchive
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -o tmp_path_retention_policy=all
}