gnu: python-zope-location: Disable tests.

* gnu/packages/python.scm (python-zope-location,
  python2-zope-location)[arguments]: Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-15 12:42:39 +01:00
parent 66b3aadb73
commit 40bb8e07ae
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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