guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit 74c01d6ffee52c9daa2e9bc61e9d93e3d331e490
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Mar 20 11:08:32 2025 +0100
gnu: emacs-lsp-docker: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-lsp-docker)
[arguments]{tests?}: Disable them.
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 dfbd2cc2cf..49aca2009f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34087,6 +34087,9 @@ and implementation of treeview controls using treemacs
as a tree renderer.")
(base32
"1ry8yxrb0172n1lnqi4av4wmqvhaqyh55ih2xs0hnd8b6ziywafq"))))
(build-system emacs-build-system)
+ (arguments
+ ;; XXX: Tests are currently run interactively. See test/README.md.
+ (list #:tests? #f))
(propagated-inputs (list emacs-lsp-mode emacs-yaml))
(home-page "https://github.com/emacs-lsp/lsp-docker")
(synopsis "Leverage LSP mode in Docker environment")