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:
parent
66b3aadb73
commit
40bb8e07ae
|
@ -7468,6 +7468,8 @@ brokering, etc.) for which the proxy is responsible.")
|
|||
(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)))
|
||||
|
|
Loading…
Reference in New Issue