guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-pep8-1.5.7: Disable tests.


From: Marius Bakke
Subject: 03/05: gnu: python-pep8-1.5.7: Disable tests.
Date: Wed, 14 Dec 2016 10:42:39 +0000 (UTC)

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

commit 73e3060d576effa1064bd89f23010ded6188ffd4
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 11:21:50 2016 +0100

    gnu: python-pep8-1.5.7: Disable tests.
    
    * gnu/packages/python.scm (python-pep8-1.5.7, 
python2-pep8-1.5.7)[arguments]:
    Set #:tests? #f.
---
 gnu/packages/python.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a971e8b..ee5cbc5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5702,7 +5702,10 @@ complexity of Python source code.")
                ".tar.gz"))
         (sha256
           (base32
-            "12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m"))))))
+           "12b9bbdbwnspxgak14xg58c130x2n0blxzlms5jn2dszn8qj3d0m"))))
+    (arguments
+     ;; XXX Tests not compatible with Python 3.5.
+     '(#:tests? #f))))
 
 (define-public python2-pep8-1.5.7
   (package-with-python2 python-pep8-1.5.7))



reply via email to

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