guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 96c06eed8bce54db76e69ce9580f8b8844acf745
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Apr 13 20:53:27 2025 +0200

    gnu: emacs-poke-mode: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-poke-mode)[arguments]: Add #:tests? #f.
    
    Change-Id: Ibaf0783840e05669b44eb6c46c3c4c1d1ac81dd2
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 2a65ddcc75..5545ef16cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -44226,6 +44226,7 @@ across sessions.")
        (sha256
         (base32 "1lirhws5d8l16qs5ddrvvz0f9xfl004q9yp333pdgsmcpk3ww7sr"))))
     (build-system emacs-build-system)
+    (arguments (list #:tests? #f)) ; there are no tests
     (home-page "https://elpa.gnu.org/packages/poke-mode.html";)
     (synopsis "Major mode for editing GNU poke programs")
     (description

Reply via email to