gnu: go-go-uber-org-goleak: Enable tests.

* gnu/packages/golang.scm (go-go-uber-org-goleak) [arguments]:
<#:tests?>: Enable them.
[native-inputs]: Add go-github-com-stretchr-testify-next.
[propagated-inputs]: Remove indirect golang modules:
go-github-com-stretchr-testify, go-github-com-davecgh-go-spew,
go-github-com-kr-pretty, go-github-com-pmezard-go-difflib,
go-github-com-stretchr-testify, go-golang-org-x-lint,
go-golang-org-x-tools, go-gopkg-in-check-v1; and go-gopkg-in-yaml-v3.

Change-Id: I4fa1cf7ff9b9304c8ad0109381932e76ae389f62
This commit is contained in:
Sharlatan Hellseher 2024-04-12 15:17:09 +01:00
parent e59360188f
commit c1ff8e9efc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8469,17 +8469,9 @@ (define-public go-go-uber-org-goleak
"1lpqw7ygffak8qki9i4vw8b99l25l8jrw8iwcplqsclk6fzkl24p"))))
(build-system go-build-system)
(arguments
'(#:tests? #f
#:import-path "go.uber.org/goleak"))
(propagated-inputs
(list go-github-com-davecgh-go-spew
go-github-com-kr-pretty
go-github-com-pmezard-go-difflib
go-github-com-stretchr-testify
go-golang-org-x-lint
go-golang-org-x-tools
go-gopkg-in-check-v1
go-gopkg-in-yaml-v3))
'(#:import-path "go.uber.org/goleak"))
(native-inputs
(list go-github-com-stretchr-testify-next))
(home-page "https://go.uber.org/goleak")
(synopsis "Goroutine leak detector")
(description "Go package to verify that there are no unexpected goroutines