dev-python/rst-linker: Remove unnecessary pytest-runner dep
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 12:42:57 +0000 (14:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 14:13:02 +0000 (16:13 +0200)
dev-python/rst-linker/rst-linker-1.9-r1.ebuild

index 021399caa7ba722f7d3883c0c54780884d40929c..fcb4b4a54db7e2dafca51274c41cfca16a5dea5c 100644 (file)
@@ -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() {