mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
This commit is contained in:
parent
fb9168d2c0
commit
143927acac
1 changed files with 0 additions and 1 deletions
|
@ -1800,7 +1800,6 @@ (define-public go-github-com-cskr-pubsub
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue