From: Patrick McLean Date: Tue, 30 Jul 2019 00:21:16 +0000 (-0700) Subject: net-misc/gsutil: RESTRICT=test (bug #690796) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9;p=gentoo.git 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 --- 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