guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: python-zope-location: Disable tests.


From: Marius Bakke
Subject: 05/08: gnu: python-zope-location: Disable tests.
Date: Thu, 15 Dec 2016 12:18:24 +0000 (UTC)

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

commit 40bb8e07aedb011de863657f6cec29d86d525375
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 12:42:39 2016 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 47729db..7109860 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7468,6 +7468,8 @@ brokering, etc.) for which the proxy is responsible.")
         (base32
          "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
     (propagated-inputs
      `(("python-zope-proxy" ,python-zope-proxy)
        ("python-zope-schema" ,python-zope-schema)))



reply via email to

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