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


Message #50 received at 78095 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78095 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 14/28] gnu: emacs-ob-async: Skip tests.
Date: Sun, 27 Apr 2025 16:52:48 +0200
* gnu/packages/emacs-xyz.scm (emacs-ob-async): Skip tests.
  [arguments]<test-commands>: Set it.
  [native-inputs]: Add emacs-ert-runner.
---
 gnu/packages/emacs-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 686428c03f..4dbef01d7a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10526,6 +10526,12 @@ (define-public emacs-ob-async
        (sha256
         (base32 "10x4hxrjm4pr6vg42a961h9ilqzyd0l0fv7fsbq9clxi439f1nd6"))))
     (build-system emacs-build-system)
+    (arguments
+     (list #:tests? #f  ; ~1/2 tests fail.
+           #:test-command
+           #~(list "ert-runner" "--verbose" "--debug" "-l" "ob-async.el")))
+    (native-inputs
+     (list emacs-ert-runner))
     (propagated-inputs
      (list emacs-async emacs-dash))
     (home-page "https://github.com/astahlman/ob-async")
-- 
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.