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

commit 0d84e1ef22f46f27948887fcac56742dcde5fd23
Author: Marius Bakke <mba...@fastmail.com>
Date:   Wed Dec 14 11:19:11 2016 +0100

    gnu: python-pyflakes-0.8.1: Disable tests.
    
    * gnu/packages/python.scm (python-pyflakes-0.8.1,
      python2-pyflakes-0.8.1)[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 cea60b2..a971e8b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5721,7 +5721,10 @@ complexity of Python source code.")
                ".tar.gz"))
         (sha256
           (base32
-            "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))))
+           "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))
+    (arguments
+     ;; XXX Tests not compatible with Python 3.5.
+     '(#:tests? #f))))
 
 (define-public python2-pyflakes-0.8.1
   (package-with-python2 python-pyflakes-0.8.1))

Reply via email to