guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: python-zope-interface: Disable tests.


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

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

commit 22dba2eff978999a907dfa8b4e2da5cdbb357de4
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 12:35:26 2016 +0100

    gnu: python-zope-interface: Disable tests.
    
    * gnu/packages/python.scm (python-zope-schema,
      python2-zope-schema)[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 0646e97..9e47d7c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7380,6 +7380,8 @@ internationalized messages within program source text.")
         (base32
          "1p943jdxb587dh7php4vx04qvn7b2877hr4qs5zyckvp5afhhank"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; FIXME: Tests can't find zope.event.
     (propagated-inputs
      `(("python-zope-event" ,python-zope-event)
        ("python-zope-exceptions", python-zope-exceptions)



reply via email to

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