dev-python/tzlocal: Add missing pytest-mock dep

Closes: https://bugs.gentoo.org/808189
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-08-14 14:14:58 +02:00
parent e35167774e
commit 91e70cb940

View File

@@ -19,5 +19,9 @@ RDEPEND="
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
' python3_8 pypy3)"
BDEPEND="
test? (
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest