From f996d6378a359b48258a5e6f8a3f0476c1c1e0bc Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Sat, 22 May 2021 22:14:54 +0200 Subject: [PATCH] github-cli: has test suite now that requires disabling network sandboxing --- packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 b/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 index 3e485d2..aaadac9 100644 --- a/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 +++ b/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 @@ -42,3 +42,10 @@ src_install() { dobashcompletion gh.bash-completion dozshcompletion gh.zsh-completion } + +src_test() { + esandbox disable_net + default + esandbox enable_net +} +