commit:     b6929e78b38ff4806ae4a0dd4b9743d5b473fd53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 12:42:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 22 14:13:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6929e78

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(-)

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 021399caa7b..fcb4b4a54db 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() {

Reply via email to