mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 17:16:01 +02:00
gnu: emacs-flycheck-grammalecte: Disable tests.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)
[arguments]{tests?}: Disable them, since they require being run from a
tty.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
e649e90c9a
commit
f129d98b36
@@ -10090,6 +10090,9 @@ for Flow files.")
|
||||
(list
|
||||
#:include #~(cons "\\.py$" %default-include)
|
||||
#:emacs emacs-no-x ;need libxml support
|
||||
#:tests? #f ; Tests require a tty.
|
||||
#:test-command
|
||||
#~(list "emacs" "-l" "test-home/classic.el" "example.org")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'specify-python-location
|
||||
|
||||
Reference in New Issue
Block a user