guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f129d98b36cb5e1e742f295d21b98a14a399c031
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Mar 20 11:08:22 2025 +0100

    gnu: emacs-flycheck-grammalecte: Disable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)
    [arguments]{tests?}: Disable them, since they require being run from a
    tty.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18e6a31c3c..8929809604 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10090,6 +10090,9 @@ for Flow files.")
      (list
       #:include #~(cons "\\.py$" %default-include)
       #:emacs emacs-no-x                ;need libxml support
+      #:tests? #f  ; Tests require a tty.
+      #:test-command
+      #~(list "emacs" "-l" "test-home/classic.el" "example.org")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'specify-python-location

Reply via email to