gnu: emacs-ssh-config-mode: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-ssh-config-mode)[arguments]:
Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 19:21:53 +02:00
parent a449bfad6c
commit 22d9816689
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -38152,7 +38152,8 @@ Emacs.")
(base32
"1xs9ixp2bgbn2whjpj7l1n15fklivfh7544sgai61225jprckyak"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.txt$")))
(arguments '(#:include '("\\.el$" "\\.txt$")
#:tests? #f)) ; no actual tests
(home-page
"https://github.com/jhgorrell/ssh-config-mode-el")
(synopsis