1
Fork 0
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:
Liliana Marie Prikler 2025-03-02 15:04:04 +01:00
parent 69b3dbc057
commit 0f1f65f8c6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")