diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-07-20 17:25:15 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-20 17:25:15 +0300 |
commit | 9085a0c97ad969dcd0d066036b49c861a44ac46a (patch) | |
tree | 9464e98e6b360f26c39bb320e09664751a288a84 /gnu | |
parent | e2ba910e38eadcedf22645d8ecfcb4bb45f4701a (diff) | |
download | guix-9085a0c97ad969dcd0d066036b49c861a44ac46a.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b602119053..bd37dfca6c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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/") |