GNU bug report logs - #76686
[PATCH emacs-team 00/45] Test emacs packages by default

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sun, 2 Mar 2025 14:30:03 UTC

Severity: normal

Tags: patch

Full log


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

From: Cayetano Santos <csantosb <at> inventati.org>
To: 76686 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH emacs-team] gnu: emacs-org-trello: Skip tests.
Date: Tue, 22 Apr 2025 12:56:52 +0200
* gnu/packages/emacs-xyz.scm (emacs-org-trello): Skip tests.

Change-Id: Iacc74b4b22f7f8d27ad8202e8bcffccdd24ec184
---
 gnu/packages/emacs-xyz.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad9add40f5..5271c27b9f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13014,6 +13014,19 @@ (define-public emacs-org-trello
         (base32
          "18y5zdjc7zh4jlwz6k1nl13i721rknqm0vp4mxfnmq0sc5a0qva0"))))
     (build-system emacs-build-system)
+    (arguments
+     '(#:tests? #f ; 14 unexpected results
+       #:test-command '("ert-runner")
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-tests
+           (lambda _
+             ;; errors with redefined (or loaded twice) test
+             (delete-file "test/org-trello-proxy-test.el")
+             (delete-file "test/org-trello-data-test.el")
+             (delete-file "test/org-trello-cbx-test.el")
+             (delete-file "test/org-trello-buffer-test.el"))))))
+    (native-inputs (list emacs-ert-runner emacs-undercover emacs-el-mock))
     (propagated-inputs
      (list emacs-dash
            emacs-deferred

base-commit: 5e1ae1d2041255cb0da37071482f2af86ed84ba3
-- 
2.49.0





This bug report was last modified 45 days ago.

Previous Next


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