gnu: python-zope-proxy: Run the tests.
* gnu/packages/python-web.scm (python-zope-proxy)[arguments]: Don't skip tests. [native-inputs]: Add python-zope-security-bootstrap.master
parent
e2ba910e38
commit
9085a0c97a
|
@ -1304,10 +1304,9 @@ Markup Language.")
|
||||||
(base32
|
(base32
|
||||||
"1g0rcfnbchpvqhm76aixqlz544dawrgmy8gw9zwmijhk6wfl9f26"))))
|
"1g0rcfnbchpvqhm76aixqlz544dawrgmy8gw9zwmijhk6wfl9f26"))))
|
||||||
(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-zope-testrunner" ,python-zope-testrunner)))
|
`(("python-zope-security" ,python-zope-security-bootstrap)
|
||||||
|
("python-zope-testrunner" ,python-zope-testrunner)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-interface" ,python-zope-interface)))
|
`(("python-zope-interface" ,python-zope-interface)))
|
||||||
(home-page "https://pypi.org/project/zope.proxy/")
|
(home-page "https://pypi.org/project/zope.proxy/")
|
||||||
|
|
Reference in New Issue