From db1d32406d6b0ea4346d5c6ddd0703e51320d2e2 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 30 Jun 2025 11:11:12 -0400 Subject: [PATCH] dev-python/gherkin-official: 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/gherkin-official/gherkin-official-32.1.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/gherkin-official/gherkin-official-32.1.2.ebuild b/dev-python/gherkin-official/gherkin-official-32.1.2.ebuild index 1a767a76b2ae6..9b0479d9aacaf 100644 --- a/dev-python/gherkin-official/gherkin-official-32.1.2.ebuild +++ b/dev-python/gherkin-official/gherkin-official-32.1.2.ebuild @@ -23,4 +23,5 @@ RDEPEND=" dev-python/typing-extensions[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest