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 7FD9D138359 for ; Sun, 27 Sep 2020 23:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0728E081E; Sun, 27 Sep 2020 23:02:15 +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 A69E5E081E for ; Sun, 27 Sep 2020 23:02:15 +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 A40E4340C08 for ; Sun, 27 Sep 2020 23:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7D19385 for ; Sun, 27 Sep 2020 23:02:11 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601247720.2787ea25ff972548df482f8268bde694b5e09cbb.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pynndescent/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pynndescent/pynndescent-0.4.8.ebuild X-VCS-Directories: dev-python/pynndescent/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 2787ea25ff972548df482f8268bde694b5e09cbb X-VCS-Branch: master Date: Sun, 27 Sep 2020 23:02:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8bf935b-7ef7-4966-9429-1d23ba2dd3fc X-Archives-Hash: 118e1e86ededd29ac25828e6be7b5e13 commit: 2787ea25ff972548df482f8268bde694b5e09cbb Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 23:00:25 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2787ea25 dev-python/pynndescent: use nose as recommended previous tests using pytest were fine too just that upstream said to use nose Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/pynndescent/pynndescent-0.4.8.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/pynndescent/pynndescent-0.4.8.ebuild b/dev-python/pynndescent/pynndescent-0.4.8.ebuild index fd9e76744..d90d10ab5 100644 --- a/dev-python/pynndescent/pynndescent-0.4.8.ebuild +++ b/dev-python/pynndescent/pynndescent-0.4.8.ebuild @@ -23,8 +23,5 @@ RDEPEND="${PYTHON_DEPS} <=sci-libs/scikits_learn-0.24.0[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -BDEPEND=" - test? ( dev-python/nose ) -" -distutils_enable_tests pytest +distutils_enable_tests nose