From 1783fbe3d2354b009d80a3f384a307696f2cf1cd Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 10 Nov 2025 04:46:53 +0200 Subject: [PATCH] dev-util/diff-cover: enable py3.14, use EPYTEST_PLUGINS Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/44561 Signed-off-by: Sam James --- 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 9d846182d70c7..f1cb9b377283a 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