From: Michał Górny Date: Mon, 22 May 2017 12:42:57 +0000 (+0200) Subject: dev-python/rst-linker: Remove unnecessary pytest-runner dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b6929e78b38ff4806ae4a0dd4b9743d5b473fd53;p=gentoo.git dev-python/rst-linker: Remove unnecessary pytest-runner dep --- 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() {