guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: python-zope-security: Disable tests.


From: Marius Bakke
Subject: 06/08: gnu: python-zope-security: Disable tests.
Date: Thu, 15 Dec 2016 12:18:24 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit a74f9b12ae3937cd75c4dba4715cf55387c507c8
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 12:45:26 2016 +0100

    gnu: python-zope-security: Disable tests.
    
    * gnu/packages/python.scm (python-zope-security,
      python2-zope-security)[arguments]: Set #:tests? #f.
      [native-inputs]: Add python-six.
---
 gnu/packages/python.scm |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7109860..aca2f3c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7495,12 +7495,15 @@ Zope3, which are are special objects that have a 
structural location.")
         (base32
          "14zmf684amc0x32kq05yxnhfqd1cmyhafkw05gn81rn90zjv6ssy"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; FIXME: Tests can't find zope.testrunner.
     (propagated-inputs
      `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
        ("python-zope-proxy" ,python-zope-proxy)
        ("python-zope-schema" ,python-zope-schema)))
-     (native-inputs
-     `(("python-zope-component" ,python-zope-component)
+    (native-inputs
+     `(("python-six" ,python-six)
+       ("python-zope-component" ,python-zope-component)
        ("python-zope-configuration" ,python-zope-configuration)
        ("python-zope-location" ,python-zope-location)
        ("python-zope-testrunner" ,python-zope-testrunner)



reply via email to

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