From 8ebbe883736bc9cef1f3a9d41a881ec9634a20ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 12:03:39 +0200 Subject: [PATCH] dev-python/wxpython: 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/wxpython/wxpython-4.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wxpython/wxpython-4.2.5.ebuild b/dev-python/wxpython/wxpython-4.2.5.ebuild index fcdd73a3a1a4e..18f5cb18ec3c6 100644 --- a/dev-python/wxpython/wxpython-4.2.5.ebuild +++ b/dev-python/wxpython/wxpython-4.2.5.ebuild @@ -46,10 +46,10 @@ BDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pytest-forked[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=( pytest-forked ) EPYTEST_XDIST=1 distutils_enable_tests pytest