guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ae63bbec6f95e534d6b03a493ac6f1d3a4b9e413
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Oct 21 22:58:55 2025 +0100

    gnu: go-github-com-alecthomas-chroma: Skip some tests.
    
    * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma)[arguments]
    <test-flags>: Skip one test group, package is quite dated and only
    required for older version of chezmoi which build fine.
    
    Change-Id: I06c01dc9d3a5e803dcd6b86c4bb22406a20c1f36
---
 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 69d2522141..e465eb175e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1151,7 +1151,8 @@ prompts on terminals supporting ANSI escape sequences.")
      (list
       #:import-path "github.com/alecthomas/chroma"
       #:test-flags
-      #~(list "-vet=off"))) ;[email protected] forces vet, but tests are not ready yet.
+      #~(list "-vet=off"  ;[email protected] forces vet, but tests are not ready yet.
+              "-skip" "TestLexers")))
     (native-inputs
      (list go-github-com-alecthomas-kong
            go-github-com-alecthomas-kong-hcl

Reply via email to