From: Michał Górny Date: Wed, 25 Mar 2020 09:46:28 +0000 (+0100) Subject: dev-python/pytools: Remove pytest-runner dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d03698659e90eb61bfab759e4f6887d1a5cabc93;p=gentoo.git dev-python/pytools: Remove pytest-runner dep Signed-off-by: Michał Górny --- diff --git a/dev-python/pytools/pytools-2017.4-r1.ebuild b/dev-python/pytools/pytools-2017.4-r1.ebuild index d410d12751d5..fb72f5a49243 100644 --- a/dev-python/pytools/pytools-2017.4-r1.ebuild +++ b/dev-python/pytools/pytools-2017.4-r1.ebuild @@ -29,10 +29,9 @@ DEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] ) " python_test() { - py.test -v || die "Tests fail with ${EPYTHON}" + pytest -vv || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-9999.ebuild index 5b1dd65f9e15..765b22bf080c 100644 --- a/dev-python/pytools/pytools-9999.ebuild +++ b/dev-python/pytools/pytools-9999.ebuild @@ -29,10 +29,9 @@ DEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] ) " python_test() { - py.test -v || die "Tests fail with ${EPYTHON}" + pytest -vv || die "Tests fail with ${EPYTHON}" }