lilyp pushed a commit to branch emacs-team
in repository guix.

commit debe28e71ed275f114cf4cd5c85e365f73996aee
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sun Mar 23 11:36:02 2025 +0100

    gnu: emacs-switch-buffer-functions: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-switch-buffer-functions)[arguments]:
    Add #:tests? #f.
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9205ca18a8..f552c401fe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39112,6 +39112,7 @@ matching a given regexp.")
        (sha256
         (base32 "0pq53b8wrjbrxd5hnrcdi0z7mffp4bax55hn90k9ca3j76lhbn1k"))))
     (build-system emacs-build-system)
+    (arguments (list #:tests? #f))      ; no tests
     (home-page "https://github.com/10sr/switch-buffer-functions-el";)
     (synopsis "Hooks run when switching current buffer")
     (description "This package provides a hook variable

Reply via email to