1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-jupyter: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-jupyter)[arguments]: Add #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 08:00:05 +01:00
parent 450c3037ad
commit fea6d68e13
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -25488,6 +25488,7 @@ the pipeline, featuring the support for running @code{emacsclient}.")
(sha256
(base32 "0gjxi84d95sx5fw8q2a8szfhq6kb4xzwq0xr9a3pirkiga9hxymz"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ;tests require a working jupyter
(propagated-inputs
(list emacs-company ;optional
emacs-markdown-mode ;optional