diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-08-12 11:45:16 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-08-12 11:45:16 -0400 |
commit | a7a6360ca9c57858484fcd3a4bce5405f4f8e4e2 (patch) | |
tree | 289a882fe921d6071d3fc6aedc9a02f8324f6ee5 /app-shells/autojump | |
parent | app-admin/setools: remove spurious test dependencies (diff) | |
download | gentoo-a7a6360ca9c57858484fcd3a4bce5405f4f8e4e2.tar.gz gentoo-a7a6360ca9c57858484fcd3a4bce5405f4f8e4e2.tar.bz2 gentoo-a7a6360ca9c57858484fcd3a4bce5405f4f8e4e2.zip |
app-shells/autojump: remove spurious test dependencies
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
Diffstat (limited to 'app-shells/autojump')
-rw-r--r-- | app-shells/autojump/autojump-22.5.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild index a5865f7617f0..9dd0659c2671 100644 --- 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 |