gnu: python-zope-configuration: Disable tests.

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

View file

@ -7412,6 +7412,8 @@ (define-public python-zope-configuration
(base32
"1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
(propagated-inputs
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
("python-zope-schema" ,python-zope-schema)))