net-misc/gsutil: RESTRICT=test (bug #690796)
authorPatrick McLean <patrick.mclean@sony.com>
Tue, 30 Jul 2019 00:21:16 +0000 (17:21 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Tue, 30 Jul 2019 00:21:16 +0000 (17:21 -0700)
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 <chutzpah@gentoo.org>
net-misc/gsutil/gsutil-4.41.ebuild

index 1bb18ea172b435db2fcb4026efe7db675592f300..c645f1344db9119c9fe34a47f709071d08bebd60 100644 (file)
@@ -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