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 4B13E13835A for ; Mon, 27 Jul 2020 10:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1A4E16D1; Mon, 27 Jul 2020 10:02:33 +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 12A29E16D1 for ; Mon, 27 Jul 2020 10:02:33 +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 6259E34F061 for ; Mon, 27 Jul 2020 10:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBFF72AE for ; Mon, 27 Jul 2020 10:02:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1595844127.03e471cee9688c7c5727610b3d58de3596cd64c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash-completion/bash-completion-2.11.ebuild app-shells/bash-completion/bash-completion-9999.ebuild X-VCS-Directories: app-shells/bash-completion/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03e471cee9688c7c5727610b3d58de3596cd64c6 X-VCS-Branch: master Date: Mon, 27 Jul 2020 10:02:26 +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: 4743c821-b70d-4783-b863-5487c083ab8f X-Archives-Hash: f9a2c561928754ec4d65d053b2f39089 commit: 03e471cee9688c7c5727610b3d58de3596cd64c6 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 27 09:54:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 27 10:02:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e471ce app-shells/bash-completion: Skip tests relying on networking Closes: https://bugs.gentoo.org/734072 Signed-off-by: Michał Górny gentoo.org> app-shells/bash-completion/bash-completion-2.11.ebuild | 2 +- app-shells/bash-completion/bash-completion-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild index aedcebe0fe6..b386f822ac3 100644 --- a/app-shells/bash-completion/bash-completion-2.11.ebuild +++ b/app-shells/bash-completion/bash-completion-2.11.ebuild @@ -89,7 +89,7 @@ src_prepare() { src_test() { # portage's HOME override breaks tests - emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv" + emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv" NETWORK=none } src_install() { diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index a424161682c..7e52aa2b889 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -99,7 +99,7 @@ src_prepare() { src_test() { # portage's HOME override breaks tests - emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv" + emake check HOME="$(egethome "${UID}")" PYTESTFLAGS="-vv" NETWORK=none } src_install() {