gnu: python-zope-testrunner: Disable tests.

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

View File

@ -7318,6 +7318,8 @@ forms, HTTP servers, regular expressions, and more.")
(base32
"1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
(native-inputs
`(("python-six" ,python-six)
;("python-zope-interface" ,python-zope-interface)