summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-15 16:25:37 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-16 12:00:42 +0100
commit51d6d28debdd1389290d3e3d27e4f161c963187b (patch)
tree00a837195bf3bd0859d0d72647b7b41a2d4e7b95 /dev-python/pytest
parentprofiles/arch: Mask python3_8 on non-amd64 due to missing keywords (diff)
downloadgentoo-51d6d28debdd1389290d3e3d27e4f161c963187b.tar.gz
gentoo-51d6d28debdd1389290d3e3d27e4f161c963187b.tar.bz2
gentoo-51d6d28debdd1389290d3e3d27e4f161c963187b.zip
dev-python/pytest: Add more test deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r--dev-python/pytest/pytest-4.6.6.ebuild3
1 files changed, 3 insertions, 0 deletions
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
)"