mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05: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 @@ (define-public python-pyzabbix
|
|||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(if tests?
|
||||
(invoke "python" "setup.py" "nosetests")
|
||||
(invoke "nosetests")
|
||||
(format #t "test suite not run~%")))))))
|
||||
(native-inputs
|
||||
;; For tests.
|
||||
|
|
Loading…
Reference in a new issue