gnu: gotestsum: Fix test failure.
* gnu/packages/golang.scm (gotestsum)[native-inputs]: Add go-github-com-google-go-cmp-cmp, go-gotest-tools-internal-format, go-gotest-tools-internal-difflib, go-gotest-tools-internal-source.master
parent
1e18d0733c
commit
d78178fa48
|
@ -3203,6 +3203,17 @@ test when a comparison fails.")
|
|||
,go-github-com-jonboulle-clockwork)
|
||||
("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
|
||||
("go-gotest-tools-assert" ,go-gotest-tools-assert)
|
||||
("go-github-com-google-go-cmp-cmp"
|
||||
,go-github-com-google-go-cmp-cmp)
|
||||
;; TODO: This would be better as a propagated-input of
|
||||
;; go-gotest-tools-assert, but that does not work for
|
||||
;; some reason.
|
||||
("go-gotest-tools-internal-format"
|
||||
,go-gotest-tools-internal-format)
|
||||
("go-gotest-tools-internal-difflib"
|
||||
,go-gotest-tools-internal-difflib)
|
||||
("go-gotest-tools-internal-source"
|
||||
,go-gotest-tools-internal-source)
|
||||
("go-github-com-google-go-cmp-cmp"
|
||||
,go-github-com-google-go-cmp-cmp)))
|
||||
(synopsis "Go test runner with output optimized for humans")
|
||||
|
|
Reference in New Issue