guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-botocore: Disable tests.


From: Marius Bakke
Subject: 01/03: gnu: python-botocore: Disable tests.
Date: Wed, 14 Dec 2016 18:55:26 +0000 (UTC)

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

commit 877fdac9e3afba664b5c6f66858c98750aa98694
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 19:49:35 2016 +0100

    gnu: python-botocore: Disable tests.
    
    * gnu/packages/python.scm (python-botocore, python2-botocore): Set #:tests? 
#f.
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1bf3af1..8e94b52 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8492,6 +8492,9 @@ document.")
       (base32
        "1zxczlwqy9bl27d9bc5x99mb5mcsxm350240lp5nx7014xb311lj"))))
    (build-system python-build-system)
+   (arguments
+    ;; FIXME: Many tests are failing.
+    '(#:tests? #f))
    (propagated-inputs
     `(("python-dateutil" ,python-dateutil-2)
       ("python-docutils" ,python-docutils)



reply via email to

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