guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/21: gnu: python-zope-proxy: Run the tests.


From: guix-commits
Subject: 09/21: gnu: python-zope-proxy: Run the tests.
Date: Mon, 20 Jul 2020 11:00:41 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9085a0c97ad969dcd0d066036b49c861a44ac46a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:25:15 2020 +0300

    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.
---
 gnu/packages/python-web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b602119..bd37dfc 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]