mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user