From 143927acac99d187d2aa873e221d4f15cc1566ee Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 6 Nov 2024 11:45:32 +0200 Subject: [PATCH] gnu: go-github-com-cskr-pubsub: Don't force running the tests. * gnu/packages/golang.scm (go-github-com-cskr-pubsub)[arguments]: Remove the #:tests keyword. Change-Id: Ia48f48a239238173994ca39e6b896c69948deb78 --- gnu/packages/golang-xyz.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8390b905ed..7989b2d767 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1800,7 +1800,6 @@ submodules: (build-system go-build-system) (arguments (list - #:tests? #t ; Tests require network interface access #:import-path "github.com/cskr/pubsub")) (home-page "https://github.com/cskr/pubsub") (synopsis "Simple pubsub package for go")