dev-python/pyopenssl: Disable plugin autoload

Closes: https://bugs.gentoo.org/930146
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-04-20 11:17:39 +02:00
parent a97ab6a46d
commit 91178e0abe

View File

@@ -62,5 +62,10 @@ src_test() {
)
fi
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
distutils-r1_src_test
}
python_test() {
epytest -p rerunfailures
}