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.
This commit is contained in:
parent
e2ba910e38
commit
9085a0c97a
1 changed files with 2 additions and 3 deletions
|
@ -1304,10 +1304,9 @@ (define-public python-zope-proxy
|
|||
(base32
|
||||
"1g0rcfnbchpvqhm76aixqlz544dawrgmy8gw9zwmijhk6wfl9f26"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
||||
(native-inputs
|
||||
`(("python-zope-testrunner" ,python-zope-testrunner)))
|
||||
`(("python-zope-security" ,python-zope-security-bootstrap)
|
||||
("python-zope-testrunner" ,python-zope-testrunner)))
|
||||
(propagated-inputs
|
||||
`(("python-zope-interface" ,python-zope-interface)))
|
||||
(home-page "https://pypi.org/project/zope.proxy/")
|
||||
|
|
Loading…
Reference in a new issue