From 6c42e12c0e2e8ee49874b9f03e792d390640f1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Jul 2025 08:33:35 +0200 Subject: [PATCH] dev-python/pytest-regressions: Use EPYTEST_PLUGIN_LOAD_VIA_ENV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Part-of: https://github.com/gentoo/gentoo/pull/42876 Closes: https://github.com/gentoo/gentoo/pull/42876 Signed-off-by: Michał Górny --- dev-python/pytest-regressions/pytest-regressions-2.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-regressions/pytest-regressions-2.8.1.ebuild b/dev-python/pytest-regressions/pytest-regressions-2.8.1.ebuild index 1b88fa1837c09..89fdf25d7dd80 100644 --- a/dev-python/pytest-regressions/pytest-regressions-2.8.1.ebuild +++ b/dev-python/pytest-regressions/pytest-regressions-2.8.1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] " +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 EPYTEST_PLUGINS=() distutils_enable_tests pytest distutils_enable_sphinx doc dev-python/sphinx-rtd-theme @@ -65,6 +66,6 @@ python_test() { ) fi - local -x PYTEST_PLUGINS=pytest_datadir.plugin,pytest_regressions.plugin + local EPYTEST_PLUGINS=( pytest-{datadir,regressions} ) epytest }