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

commit 724cc0d1763bc1aa2c27aeb53768575b5b636141
Author: Morgan Smith <[email protected]>
AuthorDate: Wed Apr 9 17:52:57 2025 -0400

    gnu: emacs-magit-popup: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit-popup): Skip tests.
    
    Change-Id: I170cd63443f1e8ed44d6756cca1ce04caf941e2d
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d60755fdeb..9ab7814cb0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2205,7 +2205,8 @@ support for Git-SVN.")
         (base32 "0znp6gx6vpcsybg774ab06mdgxb7sfk3gki1yp2qhkanav13i6q1"))))
     (build-system emacs-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f    ; no tests
+       #:phases
        (modify-phases %standard-phases
          (add-before 'install 'make-info
            (lambda _

Reply via email to