commit: 7296798ef88003512dbe7c5c6ef8e2fed6e74900
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jul 11 16:32:46 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 11 16:32:46 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7296798e
sci-biology/nilearn: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/nilearn/nilearn-0.8.1.ebuild | 2 +-
sci-biology/nilearn/nilearn-0.9.1.ebuild | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-biology/nilearn/nilearn-0.8.1.ebuild
b/sci-biology/nilearn/nilearn-0.8.1.ebuild
index c73c9f519..166b45466 100644
--- a/sci-biology/nilearn/nilearn-0.8.1.ebuild
+++ b/sci-biology/nilearn/nilearn-0.8.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/sci-biology/nilearn/nilearn-0.9.1.ebuild
b/sci-biology/nilearn/nilearn-0.9.1.ebuild
index 7e3716791..14f931258 100644
--- a/sci-biology/nilearn/nilearn-0.9.1.ebuild
+++ b/sci-biology/nilearn/nilearn-0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -40,6 +40,7 @@ EPYTEST_IGNORE=(
# Reported upstream:
# https://github.com/nilearn/nilearn/issues/3232
EPYTEST_DESELECT=(
+ "nilearn/decoding/tests/test_decoder.py::test_decoder_dummy_classifier"
"nilearn/interfaces/fmriprep/tests/test_load_confounds.py::test_nilearn_standardize[False-True-zscore]"
"nilearn/interfaces/fmriprep/tests/test_load_confounds.py::test_nilearn_standardize[False-True-psc]"
"nilearn/interfaces/fmriprep/tests/test_load_confounds.py::test_nilearn_standardize[True-True-zscore]"