summary refs log tree commit diff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-12-15 12:35:26 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-12-15 12:35:26 +0100
commit22dba2eff978999a907dfa8b4e2da5cdbb357de4 (patch)
treec5b4a9db8df9aa72b13dac25719128f58c714c34 /gnu/packages/python.scm
parent385871e5f7a69ed1c473501be22d0338984a932c (diff)
downloadguix-22dba2eff978999a907dfa8b4e2da5cdbb357de4.tar.gz
gnu: python-zope-interface: Disable tests.
* gnu/packages/python.scm (python-zope-schema,
  python2-zope-schema)[arguments]: Set #:tests? #f.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0646e9739b..9e47d7cf1c 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)