dev-python/http-ece: use EPYTEST_PLUGINS

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-07-05 22:06:04 +05:00
parent c791147bb0
commit 4ecb202607

View File

@@ -20,9 +20,10 @@ KEYWORDS="~amd64"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
EPYTEST_PLUGINS=( )
distutils_enable_tests pytest
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -o addopts=
}