diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-18 18:22:33 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-18 19:35:56 +0100 |
commit | 6dc3418374ac4a25da20b20b33a73c8eaade7654 (patch) | |
tree | beffe59b84363e56767c684c0c7dfa87061324d9 | |
parent | e31ff150f938ae5f61d93c30847555eed91e58c0 (diff) |
gnu: python-pyzabbix: Fix test failure.
* gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Adjust test
invokation.
-rw-r--r-- | gnu/packages/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |