From b6929e78b38ff4806ae4a0dd4b9743d5b473fd53 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 22 May 2017 14:42:57 +0200 Subject: dev-python/rst-linker: Remove unnecessary pytest-runner dep --- dev-python/rst-linker/rst-linker-1.9-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/rst-linker') diff --git a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild index 021399caa7ba..fcb4b4a54db7 100644 --- a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild +++ b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild @@ -29,7 +29,6 @@ DEPEND=" ${RDEPEND} dev-python/path-py[${PYTHON_USEDEP}] >=dev-python/pytest-2.8[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] ) " @@ -40,7 +39,7 @@ python_compile_all() { } python_test() { - py.test --ignore=rst || die "tests failed with ${EPYTHON}" + py.test -v --ignore=rst || die "tests failed with ${EPYTHON}" } python_install() { -- cgit v1.2.3-65-gdbad