gnu: python-pyzabbix: Fix test failure.
* gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Adjust test invokation.
parent
e31ff150f9
commit
6dc3418374
|
@ -311,7 +311,7 @@ through a text-based interface.")
|
|||
(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.
|
||||
|
|
Reference in New Issue