guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/21: gnu: python-pyzabbix: Fix test failure.


From: guix-commits
Subject: 20/21: gnu: python-pyzabbix: Fix test failure.
Date: Tue, 18 Jan 2022 13:38:53 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6dc3418374ac4a25da20b20b33a73c8eaade7654
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 18 18:22:33 2022 +0100

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]