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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F392F158090 for ; Fri, 13 May 2022 01:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D53E085A; Fri, 13 May 2022 01:45:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FFA4E085A for ; Fri, 13 May 2022 01:44:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7465934167F for ; Fri, 13 May 2022 01:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92130439 for ; Fri, 13 May 2022 01:44:56 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1652406287.a0110b021a537e54e63b07f3727611747df01a35.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nilearn/nilearn-0.9.1.ebuild X-VCS-Directories: sci-biology/nilearn/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: a0110b021a537e54e63b07f3727611747df01a35 X-VCS-Branch: master Date: Fri, 13 May 2022 01:44:56 +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: 53989ce0-6585-4c93-9031-e7fde04a9ba0 X-Archives-Hash: 9b07bb19868094e29fce985f606a90de commit: a0110b021a537e54e63b07f3727611747df01a35 Author: Horea Christian chymera eu> AuthorDate: Fri May 13 01:44:47 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Fri May 13 01:44:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0110b02 sci-biology/nilearn: linking upstream test failure report in comment Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> sci-biology/nilearn/nilearn-0.9.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-biology/nilearn/nilearn-0.9.1.ebuild b/sci-biology/nilearn/nilearn-0.9.1.ebuild index 71fce4b3f..7e3716791 100644 --- a/sci-biology/nilearn/nilearn-0.9.1.ebuild +++ b/sci-biology/nilearn/nilearn-0.9.1.ebuild @@ -37,6 +37,8 @@ EPYTEST_IGNORE=( "examples/05_glm_second_level/plot_second_level_one_sample_test.py" "examples/05_glm_second_level/plot_second_level_two_sample_test.py" ) +# Reported upstream: +# https://github.com/nilearn/nilearn/issues/3232 EPYTEST_DESELECT=( "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]"