dev-python/libarchive-c: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-08-13 15:52:24 +02:00
parent 4048db27c4
commit 45fa0ccbd5
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -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
}