diff options
Diffstat (limited to 'gnu/packages/monitoring.scm')
-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. |