From 5e1d3182e506772b7291d245dae2e17d67951f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 09:41:23 +0200 Subject: [PATCH] dev-python/pytest-plus: Use EPYTEST_PLUGINS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-plus/pytest-plus-0.8.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild b/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild index 3aea152bb2a75..e05ce5feeeb40 100644 --- a/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild +++ b/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild @@ -26,4 +26,6 @@ BDEPEND=" >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=( "${PN}" ) +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 distutils_enable_tests pytest