projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89cc1cd
)
app-shells/autojump: remove spurious test dependencies
author
Virgil Dupras
<vdupras@gentoo.org>
Sun, 12 Aug 2018 15:45:16 +0000
(11:45 -0400)
committer
Virgil Dupras
<vdupras@gentoo.org>
Sun, 12 Aug 2018 15:45:16 +0000
(11:45 -0400)
tox and flake8 are not needed to run tests. This has no effect because
tests are RESTRICTed anyways, but even if they weren't, test
dependencies would be broken because they depend on pytest and mock
which aren't specified.
Package-Manager: Portage-2.3.46, Repoman-2.3.10
app-shells/autojump/autojump-22.5.1.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/autojump/autojump-22.5.1.ebuild
b/app-shells/autojump/autojump-22.5.1.ebuild
index a5865f7617f077c794ba35efb19cc779cfec20f0..9dd0659c2671c53a38b27de2996cc38e61d701a9 100644
(file)
--- a/
app-shells/autojump/autojump-22.5.1.ebuild
+++ b/
app-shells/autojump/autojump-22.5.1.ebuild
@@
-20,7
+20,6
@@
REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
# Not all tests pass. Need investigation.
RESTRICT="test"
RDEPEND="ipython? ( ${PYTHON_DEPS} )"
-DEPEND="test? ( dev-python/flake8 dev-python/tox )"
src_prepare() {
eapply_user