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

commit 027757fc6bc1549b16350f1b0d1f371c1adb235a
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Sun Apr 27 16:52:55 2025 +0200

    gnu: emacs-youtube-dl: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-youtube-dl): Skip tests.
      [arguments]<test-command>: Set it.
      <tests?>: Ignore failing tests for now.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prik...@gmail.com>
---
 gnu/packages/emacs-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4af2864f7a..6bb567804a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31978,7 +31978,9 @@ statistics with the help of @code{tokei}.")
       (inputs
        (list youtube-dl))
       (arguments
-       `(#:phases
+       `(#:tests? #f  ; Error : standard input is not a tty
+         #:test-command (list "make" "simulate")
+         #:phases
          (modify-phases %standard-phases
            (add-after 'unpack 'configure
              (lambda* (#:key inputs #:allow-other-keys)

Reply via email to