This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 352aeabf34 gnu: emacs-company-jedi: Disable (non-existent) tests.
352aeabf34 is described below
commit 352aeabf344db22a5433d783a1b7b2a7bec0e9ee
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Jun 20 09:30:56 2025 +0200
gnu: emacs-company-jedi: Disable (non-existent) tests.
* gnu/packages/emacs-xyz.scm (emacs-company-jedi)[arguments]<#:tests?#>:
Disable.
Change-Id: I141abd085c09a77b3cae41446ac781c7ef250fe7
---
gnu/packages/emacs-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ca310719bd..6dec8af804 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12545,6 +12545,8 @@ issues from Emacs.")
(base32
"1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
(build-system emacs-build-system)
+ (arguments
+ (list #:tests? #f)) ; no "check" target
(propagated-inputs
(list emacs-jedi emacs-company))
(home-page "https://github.com/syohex/emacs-company-jedi")