mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
f80100b242
commit
1783fbe3d2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user