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

commit 4c324154551b6295aad987ff90ca0dc4c4e52d8d
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
 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 5bdadbf336..3641b1e8d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32229,7 +32229,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