mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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
This commit is contained in:
@@ -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/. )
|
||||
|
||||
Reference in New Issue
Block a user