guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: python-py: Disable tests.


From: Leo Famulari
Subject: 02/13: gnu: python-py: Disable tests.
Date: Tue, 13 Dec 2016 22:04:49 +0000 (UTC)

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

commit dcb0da7bff9dd35a65769e8f6a3b542306a115ac
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 01:19:07 2016 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6d6d880..fe96f0f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1625,6 +1625,12 @@ standard library.")
         (base32
          "0561gz2w3i825gyl42mcq14y3dcgkapfiv5zv9a2bz15qxiijl56"))))
     (build-system python-build-system)
+    (arguments
+     ;; FIXME: "ImportError: 'test' module incorrectly imported from
+     ;; 
'/gnu/store/...-python-pytest-mimimal-3.0.5/lib/python3.5/site-packages'.
+     ;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
+     ;; Is this module globally installed?"
+     '(#:tests? #f))
     (home-page "http://pylib.readthedocs.org/";)
     (synopsis "Python library for parsing, I/O, instrospection, and logging")
     (description



reply via email to

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