GNU bug report logs - #77131
[PATCH emacs-team 00/51] Some test fixes.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 20 Mar 2025 09:25:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 77131 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 47/51] gnu: emacs-helm-pass: Disable tests.
Date: Thu, 20 Mar 2025 11:08:55 +0100
* gnu/packages/emacs-xyz.scm (emacs-helm-pass)
[arguments]{tests?}: Disable them.
---
 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 6c31f8f9ec..37cdf5f460 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29729,6 +29729,9 @@ (define-public emacs-helm-pass
         (base32
          "19w24isddzamkikq17vbv3y7ha22i7wc09d2nqw1j0qwhrrfkng9"))))
     (build-system emacs-build-system)
+    (arguments
+     ;; There's a test dir, but it's only for dev environment.
+     (list #:tests? #f))
     (propagated-inputs
      (list emacs-helm emacs-password-store))
     (home-page "https://github.com/emacs-helm/helm-pass")
-- 
2.48.1





This bug report was last modified 55 days ago.

Previous Next


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