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:
Efraim Flashner 2020-07-20 17:25:15 +03:00
parent e2ba910e38
commit 9085a0c97a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -1304,10 +1304,9 @@ Markup Language.")
(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/")