mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: emacs-pyvenv: Use implicit “ert-runner”.
* gnu/packages/emacs-xyz.scm (emacs-pyvenv)[arguments]: Drop #:test-command.
This commit is contained in:
parent
69b3dbc057
commit
0f1f65f8c6
1 changed files with 1 additions and 2 deletions
|
@ -17053,8 +17053,7 @@ another window.")
|
|||
(add-after 'unpack 'ert-number-tests
|
||||
(lambda _
|
||||
(ert-number-tests "test/pyvenv-hook-dir-test.el"
|
||||
"pyvenv-hook-dir"))))
|
||||
#:test-command '("ert-runner")))
|
||||
"pyvenv-hook-dir"))))))
|
||||
(native-inputs
|
||||
(list emacs-ert-runner emacs-mocker))
|
||||
(home-page "https://github.com/jorgenschaefer/pyvenv")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue