From 4ecb2026071cfc9804c92fc3f482a983c7c4ee8e Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 5 Jul 2025 22:06:04 +0500 Subject: [PATCH] dev-python/http-ece: use EPYTEST_PLUGINS Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/http-ece/http-ece-1.2.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild b/dev-python/http-ece/http-ece-1.2.1.ebuild index afe56adf67..9eafa65f6d 100644 --- a/dev-python/http-ece/http-ece-1.2.1.ebuild +++ b/dev-python/http-ece/http-ece-1.2.1.ebuild @@ -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= }