Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pynndescent/
Date: Sun, 27 Sep 2020 23:02:16
Message-Id: 1601247720.2787ea25ff972548df482f8268bde694b5e09cbb.epsilon-0@gentoo
1 commit: 2787ea25ff972548df482f8268bde694b5e09cbb
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 23:00:25 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 23:02:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2787ea25
7
8 dev-python/pynndescent: use nose as recommended
9
10 previous tests using pytest were fine too
11 just that upstream said to use nose
12
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
15
16 dev-python/pynndescent/pynndescent-0.4.8.ebuild | 5 +----
17 1 file changed, 1 insertion(+), 4 deletions(-)
18
19 diff --git a/dev-python/pynndescent/pynndescent-0.4.8.ebuild b/dev-python/pynndescent/pynndescent-0.4.8.ebuild
20 index fd9e76744..d90d10ab5 100644
21 --- a/dev-python/pynndescent/pynndescent-0.4.8.ebuild
22 +++ b/dev-python/pynndescent/pynndescent-0.4.8.ebuild
23 @@ -23,8 +23,5 @@ RDEPEND="${PYTHON_DEPS}
24 <=sci-libs/scikits_learn-0.24.0[${PYTHON_USEDEP}]
25 "
26 DEPEND="${RDEPEND}"
27 -BDEPEND="
28 - test? ( dev-python/nose )
29 -"
30
31 -distutils_enable_tests pytest
32 +distutils_enable_tests nose