dev-python/pytest-rerunfailures: Add missing mock py2-test-dep

Closes: https://bugs.gentoo.org/719996
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-29 12:54:06 +02:00
parent 03b47b4d56
commit 8a756304d8

View File

@@ -18,6 +18,9 @@ IUSE=""
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pytest-4.4[${PYTHON_USEDEP}]"
BDEPEND="${RDEPEND}"
BDEPEND="
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
)"
distutils_enable_tests pytest