From: Michał Górny Date: Fri, 15 Nov 2019 15:25:37 +0000 (+0100) Subject: dev-python/pytest: Add more test deps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=51d6d28debdd1389290d3e3d27e4f161c963187b;p=gentoo.git dev-python/pytest: Add more test deps Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest/pytest-4.6.6.ebuild b/dev-python/pytest/pytest-4.6.6.ebuild index 6afc7e19c680..f442cf07b77d 100644 --- a/dev-python/pytest/pytest-4.6.6.ebuild +++ b/dev-python/pytest/pytest-4.6.6.ebuild @@ -42,9 +42,12 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} + dev-python/argcomplete[${PYTHON_USEDEP}] >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] !!dev-python/flaky )"