mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-python-environment: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-python-environment) [arguments]{test-command}: Set it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
11873c8773
commit
d06ffdd7e3
1 changed files with 3 additions and 0 deletions
|
@ -12226,6 +12226,9 @@ using @code{python-isort}.")
|
|||
(sha256
|
||||
(base32 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
#~(list "emacs" "--batch" "-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-deferred))
|
||||
(home-page "https://github.com/tkf/emacs-python-environment")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue