dev-python/mapbox-earcut: Use EPYTEST_PLUGINS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-02 20:36:05 +02:00
parent 8f26073e9a
commit 1661d02498

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=scikit-build-core
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
@@ -35,6 +35,7 @@ BDEPEND="
>=dev-python/pybind11-2.12[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
DOCS=( CHANGELOG.md README.md )