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 1C941158094 for ; Wed, 13 Jul 2022 02:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D47E0916; Wed, 13 Jul 2022 02:54:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24406E0916 for ; Wed, 13 Jul 2022 02:54:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F3AF4340FD1 for ; Wed, 13 Jul 2022 02:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53526474 for ; Wed, 13 Jul 2022 02:54:44 +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: <1657680879.d05511bdde6d75507e3d7dbc7d6ac1030187832d.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-1.5.0.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: d05511bdde6d75507e3d7dbc7d6ac1030187832d X-VCS-Branch: master Date: Wed, 13 Jul 2022 02:54:44 +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: b6662fde-371c-43e7-8f93-28651ca6f5c6 X-Archives-Hash: 41b77a0f9d7afc7e3cfc781f566a231a commit: d05511bdde6d75507e3d7dbc7d6ac1030187832d Author: Horea Christian chymera eu> AuthorDate: Wed Jul 13 02:54:39 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Jul 13 02:54:39 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d05511bd sci-libs/nipype: removed superfluous pytest arguments Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian chymera.eu> sci-libs/nipype/nipype-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/nipype/nipype-1.5.0.ebuild b/sci-libs/nipype/nipype-1.5.0.ebuild index 58849547e..757ff5cdb 100644 --- a/sci-libs/nipype/nipype-1.5.0.ebuild +++ b/sci-libs/nipype/nipype-1.5.0.ebuild @@ -80,7 +80,7 @@ EPYTEST_DESELECT=( python_test() { # Setting environment variable to disable etelemetry version check: # https://github.com/nipy/nipype/issues/3196#issuecomment-605980044 - NIPYPE_NO_ET=1 epytest -vv + NIPYPE_NO_ET=1 epytest # Upstream test configuration fails #-c nipype/pytest.ini\ #--doctest-modules nipype\