From: Michał Górny Date: Mon, 22 May 2017 12:24:16 +0000 (+0200) Subject: dev-python/backports-unittest-mock: Remove unnecessary pytest-runner dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8b8707989544f2e4d4235a0fb648e224c4feb5a8;p=gentoo.git dev-python/backports-unittest-mock: Remove unnecessary pytest-runner dep --- diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild index be03f46ed164..8bc4c4037bc8 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild @@ -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() {