gnu: python-zope-interface: Disable tests.

* gnu/packages/python.scm (python-zope-schema,
  python2-zope-schema)[arguments]: Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-15 12:35:26 +01:00
parent 385871e5f7
commit 22dba2eff9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7380,6 +7380,8 @@ (define-public python-zope-schema
(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)