From fb0a28d3b32ba767d9d504aa072700b1eef68b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Sep 2026 19:12:49 +0200 Subject: [PATCH] dev-python/spyder-notebook: 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/spyder-notebook/spyder-notebook-0.7.1-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/spyder-notebook/spyder-notebook-0.7.1-r1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.7.1-r1.ebuild index c731701eb8700..69355a12d24c9 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.7.1-r1.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.7.1-r1.ebuild @@ -28,15 +28,10 @@ RDEPEND=" dev-python/traitlets[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] - ) -" DOCS=( "README.md" "CHANGELOG.md" ) +EPYTEST_PLUGINS=( pytest-{mock,qt} ) distutils_enable_tests pytest EPYTEST_DESELECT=(