From 6dc3418374ac4a25da20b20b33a73c8eaade7654 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 18 Jan 2022 18:22:33 +0100 Subject: gnu: python-pyzabbix: Fix test failure. * gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Adjust test invokation. --- gnu/packages/monitoring.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 69cddfceb1..e9d2934ca1 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -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. -- cgit v1.2.3