dev-util/diff-cover: enable py3.14, use EPYTEST_PLUGINS

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44561
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate 2025-11-10 04:46:53 +02:00 committed by Sam James
parent f80100b242
commit 1783fbe3d2
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -3,7 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Find diff lines that do not have test coverage"
@ -26,9 +26,8 @@ BDEPEND="
test? (
dev-python/flake8
dev-python/pylint
dev-python/pytest-datadir[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-datadir pytest-mock )
distutils_enable_tests pytest