1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 14:01:15 +02:00

gnu: python-zope-proxy: Disable tests.

* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy)[arguments]:
  Set #:tests? #f.
This commit is contained in:
Marius Bakke
2016-12-15 12:40:10 +01:00
parent 7e8b1bfa4b
commit 66b3aadb73

View File

@@ -7439,6 +7439,8 @@ Markup Language.")
(base32
"0pqwwmvm1prhwv1ziv9lp8iirz7xkwb6n2kyj36p2h0ppyyhjnm4"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
(propagated-inputs
`(("python-zope-interface" ,python-zope-interface)))
(home-page "http://pypi.python.org/pypi/zope.proxy")