mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-ob-async: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-ob-async): Skip tests. [arguments]<test-commands>: Set it. [native-inputs]: Add emacs-ert-runner. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b2eba21c01
commit
79518c4d2e
1 changed files with 6 additions and 0 deletions
|
@ -10728,6 +10728,12 @@ command for interactive viewing.
|
|||
(sha256
|
||||
(base32 "10x4hxrjm4pr6vg42a961h9ilqzyd0l0fv7fsbq9clxi439f1nd6"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; ~1/2 tests fail.
|
||||
#:test-command
|
||||
#~(list "ert-runner" "--verbose" "--debug" "-l" "ob-async.el")))
|
||||
(native-inputs
|
||||
(list emacs-ert-runner))
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-dash))
|
||||
(home-page "https://github.com/astahlman/ob-async")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue