diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 700e792143..080d3fccc9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -437,6 +437,9 @@ instead of @command{python3}."))) (base32 "1w4r09fvn6kd80m5mx4ws1wz100brkaq6hzzpwrns8cgjzjpl6c6")))) (build-system python-build-system) + (arguments + ;; FIXME: some tests does not return and times out. + '(#:tests? #f)) (home-page "https://www.github.com/giampaolo/psutil") (synopsis "Library for retrieving information on running processes") (description