diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-07 23:05:49 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:39 +0100 |
| commit | 41f41e6cd714ddb3080151ee4268f3c8b96403ae (patch) | |
| tree | 964acb4141095dc12af89da5bd34b6023244742d /gnu | |
| parent | 6c095c5e9bc938578a93597bf18554544a5d9aa3 (diff) | |
gnu: go-github-com-stretchr-testify: Update to 1.11.1.
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Update to 1.11.1.
[arguments] <go>: Use default (go-1.24).
<test-flags>: Do not vet tests.
Change-Id: I195ff50589ae8715c12b0eb9271805cdb6487956
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-check.scm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 409c04fa6d..c5c2b1ab41 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2581,26 +2581,24 @@ test coverage and has a web user interface that will refresh automatically.") (define-public go-github-com-stretchr-testify (package (name "go-github-com-stretchr-testify") - (version "1.10.0") + (version "1.11.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) + (url "https://github.com/stretchr/testify") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0g1bdpqih38a7dl1malahz5x4ag01adk61gx47jg2534cqzvid05")))) + (base32 "01z104142yrnih9vq3zrhypalh1d3kmyddyapqxgzggvhsw5b6pl")))) (build-system go-build-system) (arguments (list - ;; See the list of supported Golang versions in - ;; <testify/.github/workflows/main.yml>. - #:go go-1.23 ;; XXX: Tests are shaky on non x86_64 architectures, check if some may ;; be enabled. #:tests? (target-x86-64?) - #:import-path "github.com/stretchr/testify")) + #:import-path "github.com/stretchr/testify" + #:test-flags #~(list "-vet=off"))) (propagated-inputs (list go-github-com-davecgh-go-spew go-github-com-pmezard-go-difflib |
