projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a6360
)
dev-lang/hy: remove spurious test dependencies
author
Virgil Dupras
<vdupras@gentoo.org>
Sun, 12 Aug 2018 15:53:18 +0000
(11:53 -0400)
committer
Virgil Dupras
<vdupras@gentoo.org>
Sun, 12 Aug 2018 15:53:18 +0000
(11:53 -0400)
tox and flake8 are not needed to run tests
See
https://wiki.gentoo.org/wiki/Project:Python/Tests#Do_not_ever_use_tox.21
Package-Manager: Portage-2.3.46, Repoman-2.3.10
dev-lang/hy/hy-0.14.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/hy/hy-0.14.0.ebuild
b/dev-lang/hy/hy-0.14.0.ebuild
index 0d11fe04da02f4c346e3ba2b46b7290caa961986..151303bbb2e1702f251026981d0c17b7a4ba0099 100644
(file)
--- a/
dev-lang/hy/hy-0.14.0.ebuild
+++ b/
dev-lang/hy/hy-0.14.0.ebuild
@@
-23,10
+23,9
@@
RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
dev-python/tox[${PYTHON_USEDEP}]
+ test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
)"
src_prepare() {
use doc && HTML_DOCS=( docs/_build/html/. )