From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DE2B138334 for ; Sun, 12 Aug 2018 15:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC659E0A00; Sun, 12 Aug 2018 15:53:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DFE5E0A00 for ; Sun, 12 Aug 2018 15:53:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85112335C95 for ; Sun, 12 Aug 2018 15:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38175387 for ; Sun, 12 Aug 2018 15:53:27 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1534089198.e86abd634a3baca6db01e1031918a252a87b6aa5.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/hy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/hy/hy-0.14.0.ebuild X-VCS-Directories: dev-lang/hy/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: e86abd634a3baca6db01e1031918a252a87b6aa5 X-VCS-Branch: master Date: Sun, 12 Aug 2018 15:53:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6510efe-a3dd-499d-afe1-607e14c0de37 X-Archives-Hash: d28bb1a313b0b5db7ef77f4edc92934b commit: e86abd634a3baca6db01e1031918a252a87b6aa5 Author: Virgil Dupras gentoo org> AuthorDate: Sun Aug 12 15:53:18 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sun Aug 12 15:53:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86abd63 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 dev-lang/hy/hy-0.14.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild index 0d11fe04da0..151303bbb2e 100644 --- a/dev-lang/hy/hy-0.14.0.ebuild +++ b/dev-lang/hy/hy-0.14.0.ebuild @@ -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/. )