From 5dfad885d218f82bfa797066994b61ba87889b31 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 30 Jun 2025 11:12:20 -0400 Subject: [PATCH] dev-python/parse: use EPYTEST_PLUGINS Would rather get rid of autoloading in my packages now and this is a good excuse to do so. Signed-off-by: Ionen Wolkens --- dev-python/parse/parse-1.20.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/parse/parse-1.20.2.ebuild b/dev-python/parse/parse-1.20.2.ebuild index fdd6749e24147..78ee8291e9b5a 100644 --- a/dev-python/parse/parse-1.20.2.ebuild +++ b/dev-python/parse/parse-1.20.2.ebuild @@ -14,4 +14,5 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" +EPYTEST_PLUGINS=() distutils_enable_tests pytest