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:
parent
7b93d86670
commit
385871e5f7
|
@ -7318,6 +7318,8 @@ forms, HTTP servers, regular expressions, and more.")
|
||||||
(base32
|
(base32
|
||||||
"1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1"))))
|
"1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
;("python-zope-interface" ,python-zope-interface)
|
;("python-zope-interface" ,python-zope-interface)
|
||||||
|
|
Loading…
Reference in New Issue