mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests.
* gnu/packages/golang-xyz.scm (go-github-com-nbrownus-go-metrics-prometheus): Disable all tests. Change-Id: I7f340fd1e58edc0203068c762a1bbc798003a84b
This commit is contained in:
parent
aa1090713a
commit
fb44cd89df
1 changed files with 5 additions and 1 deletions
|
@ -2706,7 +2706,11 @@ (define-public go-github-com-nbrownus-go-metrics-prometheus
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
|
(base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments '(#:import-path "github.com/nbrownus/go-metrics-prometheus"))
|
(arguments
|
||||||
|
(list
|
||||||
|
;; The project looks abandoned, tests failed with a new go-metrics.
|
||||||
|
#:tests? #f
|
||||||
|
#:import-path "github.com/nbrownus/go-metrics-prometheus"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue