guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 9ccba42363139c78dc62b5ab913486b234997f19 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Jun 11 00:18:27 2025 +0100
gnu: go-github-com-subosito-gotenv: Skip one test. * gnu/packages/golang-xyz.scm (go-github-com-subosito-gotenv) [arguments] <test-flags>: Skip one failing.test. Change-Id: I75df6b87e524e7c17e35a09cc38f0a3a5c94ddab --- gnu/packages/golang-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index b901aa40e6..5990cb415a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17036,7 +17036,8 @@ slices, JSON and other data.") (arguments (list #:go go-1.23 - #:import-path "github.com/subosito/gotenv")) + #:import-path "github.com/subosito/gotenv" + #:test-flags #~(list "-skip" "TestScanner"))) (native-inputs (list go-github-com-stretchr-testify)) (propagated-inputs