[bug#76686,emacs-team] gnu: emacs-vertico-posframe: Skip tests.
Commit Message
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Skip tests.
Change-Id: I63f12521d3356e2f97483572e87f6c19753e783e
---
gnu/packages/emacs-xyz.scm | 1 +
1 file changed, 1 insertion(+)
base-commit: 03edfea126a88110b520469e96eae73ce86d4b7d
@@ -43611,6 +43611,7 @@ (define-public emacs-vertico-posframe
"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