mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: python-pyzabbix: Fix test failure.
* gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Adjust test invokation.
This commit is contained in:
parent
e31ff150f9
commit
6dc3418374
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ through a text-based interface.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(if tests?
|
(if tests?
|
||||||
(invoke "python" "setup.py" "nosetests")
|
(invoke "nosetests")
|
||||||
(format #t "test suite not run~%")))))))
|
(format #t "test suite not run~%")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
|
Loading…
Add table
Reference in a new issue