summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-22 14:24:16 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-22 16:13:01 +0200
commit8b8707989544f2e4d4235a0fb648e224c4feb5a8 (patch)
tree720b242629fca588d7dca47886dd5eda0ebf7ab4 /dev-python/backports-unittest-mock
parentdev-python/backports-unittest-mock: Update namespace support (diff)
downloadgentoo-8b8707989544f2e4d4235a0fb648e224c4feb5a8.tar.gz
gentoo-8b8707989544f2e4d4235a0fb648e224c4feb5a8.tar.bz2
gentoo-8b8707989544f2e4d4235a0fb648e224c4feb5a8.zip
dev-python/backports-unittest-mock: Remove unnecessary pytest-runner dep
Diffstat (limited to 'dev-python/backports-unittest-mock')
-rw-r--r--dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
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() {