dev-python/cmd2: Add missing dep on pytest-mock

Closes: https://bugs.gentoo.org/715728
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-03 11:28:39 +02:00
parent d8e0efc3bc
commit cbf8b1a642
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ RDEPEND="
"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest