summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-22 14:42:57 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-22 16:13:02 +0200
commitb6929e78b38ff4806ae4a0dd4b9743d5b473fd53 (patch)
tree894c1e3985fc5ab7c0b83580e36929f292641324 /dev-python/rst-linker
parentdev-python/rst-linker: Update namespace support (diff)
downloadgentoo-b6929e78b38ff4806ae4a0dd4b9743d5b473fd53.tar.gz
gentoo-b6929e78b38ff4806ae4a0dd4b9743d5b473fd53.tar.bz2
gentoo-b6929e78b38ff4806ae4a0dd4b9743d5b473fd53.zip
dev-python/rst-linker: Remove unnecessary pytest-runner dep
Diffstat (limited to 'dev-python/rst-linker')
-rw-r--r--dev-python/rst-linker/rst-linker-1.9-r1.ebuild3
1 files changed, 1 insertions, 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 021399caa7ba..fcb4b4a54db7 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() {