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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE5AD138334 for ; Wed, 1 May 2019 16:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FDECE08E5; Wed, 1 May 2019 16:36:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85B9FE08E5 for ; Wed, 1 May 2019 16:36:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFF1A3431E8 for ; Wed, 1 May 2019 16:36:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AACC34F6 for ; Wed, 1 May 2019 16:36:51 +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: <1556728601.8faafb557dc5d48fd31e8c09d648be4e188ec2bd.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.1.1-r1.ebuild sci-libs/nipype/nipype-1.1.1.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 8faafb557dc5d48fd31e8c09d648be4e188ec2bd X-VCS-Branch: master Date: Wed, 1 May 2019 16:36:51 +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: 5c693393-1861-46c2-b34c-0d66b6ae428a X-Archives-Hash: d3328e9d6aa8dfcf46698ea95454d103 commit: 8faafb557dc5d48fd31e8c09d648be4e188ec2bd Author: Horea Christian yandex com> AuthorDate: Wed May 1 16:36:41 2019 +0000 Commit: Horea Christian gmail com> CommitDate: Wed May 1 16:36:41 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8faafb55 sci-libs/nipype: revision for testing imports Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Horea Christian yandex.com> sci-libs/nipype/{nipype-1.1.1.ebuild => nipype-1.1.1-r1.ebuild} | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sci-libs/nipype/nipype-1.1.1.ebuild b/sci-libs/nipype/nipype-1.1.1-r1.ebuild similarity index 91% rename from sci-libs/nipype/nipype-1.1.1.ebuild rename to sci-libs/nipype/nipype-1.1.1-r1.ebuild index 70a0c37aa..e564b43c6 100644 --- a/sci-libs/nipype/nipype-1.1.1.ebuild +++ b/sci-libs/nipype/nipype-1.1.1-r1.ebuild @@ -47,6 +47,14 @@ RDEPEND=" virtual/python-funcsigs[${PYTHON_USEDEP}] " +src_prepare() { + sed -i\ + -e "/'pytest>=%s' % PYTEST_MIN_VERSION,/d"\ + -e "/'pytest-xdist',$/d"\ + nipype/info.py || die + default +} + python_test() { py.test -v --cov nipype\ --cov-config .coveragerc\