commit: 2787ea25ff972548df482f8268bde694b5e09cbb
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 23:00:25 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> 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 <gentoo <AT> 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