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 33341158012 for ; Fri, 24 Sep 2021 14:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 348E5E0967; Fri, 24 Sep 2021 14:44:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 147C8E0967 for ; Fri, 24 Sep 2021 14:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB1DF342C8D for ; Fri, 24 Sep 2021 14:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8673AE5 for ; Fri, 24 Sep 2021 14:44:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632494647.fe94385556300d4a72c13adce31f057682bef75d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphobjinv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild X-VCS-Directories: dev-python/sphobjinv/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: fe94385556300d4a72c13adce31f057682bef75d X-VCS-Branch: master Date: Fri, 24 Sep 2021 14:44:42 +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: 600622e9-4d84-4e0e-ada6-34d5a6fd0a0f X-Archives-Hash: 890f3b1b094e2be596741d6960256bb1 commit: fe94385556300d4a72c13adce31f057682bef75d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 24 14:42:30 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 24 14:44:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe943855 dev-python/sphobjinv: increase fail timeout for tests Reported-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild index 87b6f739a31..12688af861b 100644 --- a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild +++ b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild @@ -43,6 +43,7 @@ distutils_enable_sphinx doc/source \ python_prepare_all() { # --strict option is deprecated in pytest>6 sed -i -e '/addopts/d' tox.ini || die + sed -e '/CLI_TEST_TIMEOUT/s/2/20/' -i tests/test_cli.py || die distutils-r1_python_prepare_all }