guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2a275045a7ae241abd7066faf776f7332dde7ae7
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 a5173cd5aa..c3edfdc227 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32255,7 +32255,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)