guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-psutil: Disable tests.


From: Marius Bakke
Subject: 01/02: gnu: python-psutil: Disable tests.
Date: Wed, 14 Dec 2016 09:41:01 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit fb08c4fedc33bb8b7d8c89314b8e4da870d85438
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 10:18:33 2016 +0100

    gnu: python-psutil: Disable tests.
    
    * gnu/packages/python.scm (python-psutil, python2-psutil): Disable tests.
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 700e792..080d3fc 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



reply via email to

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