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 <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-04-13 20:48:16 +02:00 committed by Liliana Marie Prikler
parent f1b7757a4e
commit d4b0fd2b4d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -44269,6 +44269,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