guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 924e0f6c930074964643f6be38a6c59570a943bb
Author: Sharlatan Hellseher <[email protected]>
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 54b9f92271..32d3dcb087 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -18106,7 +18106,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