From 41f41e6cd714ddb3080151ee4268f3c8b96403ae Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 7 Feb 2026 23:05:49 +0000 Subject: 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] : Use default (go-1.24). : Do not vet tests. Change-Id: I195ff50589ae8715c12b0eb9271805cdb6487956 --- gnu/packages/golang-check.scm | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'gnu') 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 - ;; . - #: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 -- cgit v1.3