mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +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:
parent
e649e90c9a
commit
f129d98b36
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue