guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 1c1c6a7dffc9d5ea212f76d2351a9132c68058e3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 7 23:05:46 2026 +0000

    gnu: Remove go-github-com-stretchr-testify-bootstrap.
    
    * gnu/packages/golang-check.scm (go-github-com-stretchr-testify-bootstrap): 
Delete variable.
    
    Change-Id: Id6f474284172799f1abe0dea427bb3101339757b
---
 gnu/packages/golang-check.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 9513bd79d8..7f094fb47e 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -2586,18 +2586,6 @@ Features include:
 @end itemize")
     (license license:expat)))
 
-(define-public go-github-com-stretchr-testify-bootstrap
-  (hidden-package
-    (package
-      (inherit go-github-com-stretchr-testify)
-      (arguments
-       '(#:import-path "github.com/stretchr/testify"
-         #:tests? #f
-         #:phases (modify-phases %standard-phases
-                    (delete 'build))))
-      (propagated-inputs
-       (list go-gopkg-in-yaml-v3)))))
-
 (define-public go-github-com-stvp-go-udp-testing
   (package
     (name "go-github-com-stvp-go-udp-testing")

Reply via email to