From a7a6360ca9c57858484fcd3a4bce5405f4f8e4e2 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 12 Aug 2018 11:45:16 -0400 Subject: 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 --- app-shells/autojump/autojump-22.5.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild index a5865f7617f..9dd0659c267 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 -- cgit v1.2.1