lilyp pushed a commit to branch emacs-team
in repository guix.

commit bc6b1f22f3b21e14e1a6bdac997247a819ebbc6d
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Apr 13 20:48:16 2025 +0200

    gnu: emacs-vertico-posframe: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe)[arguments]:
    Add #:tests? #f.
    
    Change-Id: I63f12521d3356e2f97483572e87f6c19753e783e
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 29194bc9cb..fb8b2c016d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43883,6 +43883,7 @@ in Emacs.")
                 "0iqy8m1cf819x7ln5sp8b3sh4dk291k9sril35hxsxkiyjal1rqk"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-posframe emacs-vertico))
+    (arguments (list #:tests? #f)) ; there are no tests
     (home-page "https://github.com/tumashu/vertico-posframe";)
     (synopsis "Pop up a frame at point to show vertical completion UI")
     (description

Reply via email to