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 124E3138359 for ; Thu, 22 Oct 2020 06:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0AE1E0848; Thu, 22 Oct 2020 06:11:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7A397E0848 for ; Thu, 22 Oct 2020 06:11:30 +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 E304B33BEC2 for ; Thu, 22 Oct 2020 06:11:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65CD833A for ; Thu, 22 Oct 2020 06:11:27 +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: <1603347005.d58c5fa2f30d59fe9a87c9d42893cb15407a7067.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/fslpy/fslpy-2.8.4.ebuild X-VCS-Directories: dev-python/fslpy/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: d58c5fa2f30d59fe9a87c9d42893cb15407a7067 X-VCS-Branch: master Date: Thu, 22 Oct 2020 06:11:27 +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: 89dfd5a4-6647-435b-a1a8-99223a374a9d X-Archives-Hash: c58b5b1fcccb7d95451c6364fc9cc948 commit: d58c5fa2f30d59fe9a87c9d42893cb15407a7067 Author: Horea Christian chymera eu> AuthorDate: Thu Oct 22 06:10:05 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Oct 22 06:10:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d58c5fa2 dev-python/fslpy: fixed test phase Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Horea Christian chymera.eu> dev-python/fslpy/fslpy-2.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fslpy/fslpy-2.8.4.ebuild b/dev-python/fslpy/fslpy-2.8.4.ebuild index 3b08dd1f6..ece0c42a1 100644 --- a/dev-python/fslpy/fslpy-2.8.4.ebuild +++ b/dev-python/fslpy/fslpy-2.8.4.ebuild @@ -38,5 +38,5 @@ RDEPEND=" PATCHES=( "${FILESDIR}/fslpy-2.7.0-coverage.patch" ) python_test() { - virtx pytest -m "not (dicomtest or fsltest)" --verbose || die + virtx pytest --niters=50 -m "not (dicomtest or longtest or fsltest)" --verbose || die }