From b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Mon, 29 Jul 2019 17:21:16 -0700 Subject: [PATCH] net-misc/gsutil: RESTRICT=test (bug #690796) The tests reqire talking to Google, there is no feasible way to make them work. It seems like repoman should be checking for this... Closes: https://bugs.gentoo.org/690796 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Patrick McLean --- net-misc/gsutil/gsutil-4.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/gsutil/gsutil-4.41.ebuild b/net-misc/gsutil/gsutil-4.41.ebuild index 1bb18ea172b4..c645f1344db9 100644 --- a/net-misc/gsutil/gsutil-4.41.ebuild +++ b/net-misc/gsutil/gsutil-4.41.ebuild @@ -44,7 +44,7 @@ S="${WORKDIR}/${PN}" DOCS=( README.md CHANGES.md ) # needs to talk to Google to run tests -RESTRICT="test? ( network-sandbox )" +RESTRICT="test" python_prepare_all() { distutils-r1_python_prepare_all -- 2.26.2