dev-python/mechanicalsoup: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:35:19 +02:00
parent 0036e5fcab
commit 5e095d878f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,11 +30,10 @@ RDEPEND="
BDEPEND="
test? (
>=dev-python/requests-mock-1.3.0[${PYTHON_USEDEP}]
dev-python/pytest-httpbin[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-{httpbin,mock} )
distutils_enable_tests pytest
distutils_enable_sphinx docs