dev-python/pytest: Add more test deps
authorMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 15:25:37 +0000 (16:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 11:00:42 +0000 (12:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest/pytest-4.6.6.ebuild

index 6afc7e19c68015918af5abdcbfde13166aae5755..f442cf07b77d9747b1c4b86e1813595aa4c20b1b 100644 (file)
@@ -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
        )"