diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-13 00:14:44 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-13 00:20:20 -0500 |
commit | 3d2dff644a04871130db9d7ecc5da84d4f23c39f (patch) | |
tree | e81a452eca07b6cc46db3675571d8650cf772874 | |
parent | dev-lang/luajit: sync 2.1.1727870382 w/ new live template (diff) | |
download | gentoo-3d2dff644a04871130db9d7ecc5da84d4f23c39f.tar.gz gentoo-3d2dff644a04871130db9d7ecc5da84d4f23c39f.tar.bz2 gentoo-3d2dff644a04871130db9d7ecc5da84d4f23c39f.zip |
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@gentoo.org>
-rw-r--r-- | dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild | 6 |
1 files 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}] ) " |