guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c31a255ba4eff4b3a4a36be9365458357dd0c376
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Mar 20 11:08:42 2025 +0100
gnu: emacs-polymode-markdown: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-polymode-markdown)
[arguments]{tests?}: Disable them.
{test-command}: Set it.
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 21b9c9ce25..fb81035093 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24748,6 +24748,9 @@ lookup to YAML Mode. You could enable the mode with
@code{(add-hook
(sha256
(base32 "1q4qq0ql08hxkdrd2aal03560k612my7bvnfpfij3g432hn0p7v6"))))
(build-system emacs-build-system)
+ (arguments
+ (list #:tests? #f ; XXX: FIXME Multiple failing tests.
+ #:test-command #~(list "make" "test")))
(propagated-inputs
(list emacs-markdown-mode emacs-polymode))
(properties '((upstream-name . "poly-markdown")))