summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-08-12 11:53:18 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-08-12 11:53:18 -0400
commite86abd634a3baca6db01e1031918a252a87b6aa5 (patch)
treea40a1436629261bb2ca95de71b06ef2dd7b73591
parenta7a6360ca9c57858484fcd3a4bce5405f4f8e4e2 (diff)
downloadgentoo-e86abd634a3baca6db01e1031918a252a87b6aa5.tar.gz
gentoo-e86abd634a3baca6db01e1031918a252a87b6aa5.tar.xz
dev-lang/hy: remove spurious test dependencies
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
-rw-r--r--dev-lang/hy/hy-0.14.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild
index 0d11fe04da0..151303bbb2e 100644
--- 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/. )