commit: dc3a0200f705496decf513be26e1f6e4d38d8d0b
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 16:32:09 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 26 16:32:09 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc3a0200
sci-biology/nilearn: bump to 0.8.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-biology/nilearn/{nilearn-0.8.0.ebuild => nilearn-0.8.1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/nilearn/nilearn-0.8.0.ebuild
b/sci-biology/nilearn/nilearn-0.8.1.ebuild
similarity index 92%
rename from sci-biology/nilearn/nilearn-0.8.0.ebuild
rename to sci-biology/nilearn/nilearn-0.8.1.ebuild
index a70e8d0fc..c73c9f519 100644
--- a/sci-biology/nilearn/nilearn-0.8.0.ebuild
+++ b/sci-biology/nilearn/nilearn-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,5 +38,5 @@ distutils_enable_tests pytest
python_test() {
echo "backend: Agg" > matplotlibrc
- MPLCONFIGDIR=. pytest -vv || die
+ MPLCONFIGDIR=. epytest
}