From: Virgil Dupras Date: Sun, 12 Aug 2018 15:45:16 +0000 (-0400) Subject: app-shells/autojump: remove spurious test dependencies X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a7a6360ca9c57858484fcd3a4bce5405f4f8e4e2;p=gentoo.git 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 --- 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