projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b597e
)
dev-python/rst-linker: Remove unnecessary pytest-runner dep
author
Michał Górny
<mgorny@gentoo.org>
Mon, 22 May 2017 12:42:57 +0000
(14:42 +0200)
committer
Michał 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
patch
|
blob
|
history
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 021399caa7ba722f7d3883c0c54780884d40929c..fcb4b4a54db7e2dafca51274c41cfca16a5dea5c 100644
(file)
--- 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() {