guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: python2-stevedore: Disable tests.


From: Marius Bakke
Subject: 04/07: gnu: python2-stevedore: Disable tests.
Date: Fri, 24 Feb 2017 15:43:14 -0500 (EST)

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

commit 11a8767b9482f8ff6e89b3ab782b28400e2126d5
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 24 20:48:11 2017 +0100

    gnu: python2-stevedore: Disable tests.
    
    * gnu/packages/openstack.scm (python2-stevedore)[arguments]: New field.
    (python-stevedore)[properties]: New field.
---
 gnu/packages/openstack.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index d41c9c8..f6a399a 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -317,10 +317,16 @@ mechanism by building on top of setuptools entry points.  
The code for managing
 entry points tends to be repetitive, though, so stevedore provides manager
 classes for implementing common patterns for using dynamically loaded
 extensions.")
+    (properties `((python2-variant . ,(delay python2-stevedore))))
     (license asl2.0)))
 
 (define-public python2-stevedore
-  (package-with-python2 python-stevedore))
+  (package (inherit (package-with-python2
+                     (strip-python2-variant python-stevedore)))
+           (arguments
+            `(#:python ,python-2
+              ;; FIXME: 'subunit.run discover: error: no such option: --list'
+              #:tests? #f))))
 
 (define-public python-tempest-lib
   (package



reply via email to

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