guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-flake8-2.2.4: Disable tests.


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

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

commit a717e8a698319424dfce58ce496d5bfb055753d8
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 11:25:02 2016 +0100

    gnu: python-flake8-2.2.4: Disable tests.
    
    * gnu/packages/python.scm (python-flake8-2.2.4,
      python2-flake8-2.2.4)[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 ee5cbc5..6c58403 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5795,7 +5795,10 @@ complexity of Python source code.")
             (for-each delete-file-recursively
                       (find-files "." "__pycache__" #:directories? #t))
             (for-each delete-file (find-files "." "\\.pyc$"))
-            #t))))))
+            #t))))
+    (arguments
+     ;; XXX Fails with Python 3.5.
+     '(#:tests? #f))))
 
 (define-public python2-flake8-2.2.4
   (package-with-python2 python-flake8-2.2.4))



reply via email to

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