lilyp pushed a commit to branch emacs-team
in repository guix.
commit a47d92500526ca5f91956023bf67463a689eef48
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 13 20:42:59 2025 +0100
gnu: emacs-lua-mode: Remove more faulty tests.
* gnu/packages/emacs-xyz.scm
(emacs-lua-mode)[#:phases]<remove-faulty-tests>:
Also remove “test/test-fill.el”.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 31d3551e12..90e0673bd0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18287,7 +18287,8 @@ using package inferred style.")
;; build to fail. Remove them until they are fixed by upstream.
(add-after 'unpack 'remove-faulty-tests
(lambda _
- (delete-file "test/test-indentation.el"))))))
+ (delete-file "test/test-indentation.el")
+ (delete-file "test/test-fill.el"))))))
(native-inputs
(list emacs-buttercup lua))
(home-page "https://github.com/immerrr/lua-mode/")