gnu: python-pyzabbix: Fix test failure.

* gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Adjust test
invokation.
This commit is contained in:
Marius Bakke 2022-01-18 18:22:33 +01:00
parent e31ff150f9
commit 6dc3418374
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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.