mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: emacs-jupyter: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-jupyter)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
450c3037ad
commit
fea6d68e13
1 changed files with 1 additions and 0 deletions
|
@ -25488,6 +25488,7 @@ the pipeline, featuring the support for running @code{emacsclient}.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gjxi84d95sx5fw8q2a8szfhq6kb4xzwq0xr9a3pirkiga9hxymz"))))
|
(base32 "0gjxi84d95sx5fw8q2a8szfhq6kb4xzwq0xr9a3pirkiga9hxymz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;tests require a working jupyter
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-company ;optional
|
(list emacs-company ;optional
|
||||||
emacs-markdown-mode ;optional
|
emacs-markdown-mode ;optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue