dev-python/spyder-notebook: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-05 19:12:49 +02:00
parent 5bcd30670e
commit fb0a28d3b3

View File

@@ -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=(