commit: 3d2dff644a04871130db9d7ecc5da84d4f23c39f
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 05:14:44 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 05:20:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2dff64
dev-util/diff-cover: fix broken test dependencies
It needs the pytest-mock plugin, not the python2 backport for
unittest.mock
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
index ef930d4d0703..5c7bd35e0309 100644
--- a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
+++ b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
@@ -21,10 +21,10 @@ RDEPEND="
>=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}]
>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
>=dev-python/tomli-1.2.1
- "
- BDEPEND="
+"
+BDEPEND="
test? (
- dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"