GNU bug report logs - #78095
[PATCH emacs-team 00/28] More emacs-team updates.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sun, 27 Apr 2025 14:51:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78095 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78095] [PATCH 21/28] gnu: emacs-youtube-dl: Skip tests.
Date: Sun, 27 Apr 2025 16:52:55 +0200
* gnu/packages/emacs-xyz.scm (emacs-youtube-dl): Skip tests.
  [arguments]<test-command>: Set it.
  <tests?>: Ignore failing tests for now.
---
 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 2a9b896e43..7dac9b2c02 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31781,7 +31781,9 @@ (define-public emacs-youtube-dl
       (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)
-- 
2.49.0





This bug report was last modified 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.