dev-python/backports-unittest-mock: Remove unnecessary pytest-runner dep
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 12:24:16 +0000 (14:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 14:13:01 +0000 (16:13 +0200)
dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild

index be03f46ed164cd7fd7cff83acd6ab17dec0f687a..8bc4c4037bc8cbd67fa80dfd9d82f8d7bd7e1abc 100644 (file)
@@ -31,7 +31,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                ${RDEPEND}
                >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-               dev-python/pytest-runner[${PYTHON_USEDEP}]
        )
 "
 
@@ -46,7 +45,7 @@ python_compile_all() {
 }
 
 python_test() {
-       py.test || die "tests failed with ${EPYTHON}"
+       py.test -v || die "tests failed with ${EPYTHON}"
 }
 
 python_install() {