commit: 1783fbe3d2354b009d80a3f384a307696f2cf1cd Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Nov 10 02:46:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 12 09:40:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1783fbe3
dev-util/diff-cover: enable py3.14, use EPYTEST_PLUGINS Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44561 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/diff-cover/diff-cover-9.6.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-util/diff-cover/diff-cover-9.6.0.ebuild b/dev-util/diff-cover/diff-cover-9.6.0.ebuild index 9d846182d70c..f1cb9b377283 100644 --- a/dev-util/diff-cover/diff-cover-9.6.0.ebuild +++ b/dev-util/diff-cover/diff-cover-9.6.0.ebuild @@ -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
