guix-commits
[Top][All Lists]
Advanced

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

16/37: gnu: python2-stevedore: Enable tests.


From: Marius Bakke
Subject: 16/37: gnu: python2-stevedore: Enable tests.
Date: Wed, 28 Feb 2018 10:33:52 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 79d9effa51cd8a68cc0afbf3a9c2bfb4bddbeb64
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 27 23:46:33 2018 +0100

    gnu: python2-stevedore: Enable tests.
    
    * gnu/packages/openstack.scm (python-stevedore)[properties]: Remove.
    (python2-stevedore)[arguments]: Remove.
---
 gnu/packages/openstack.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index ce32e10..461006f 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -315,16 +315,10 @@ 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 (inherit (package-with-python2
-                     (strip-python2-variant python-stevedore)))
-           (arguments
-            `(#:python ,python-2
-              ;; FIXME: 'subunit.run discover: error: no such option: --list'
-              #:tests? #f))))
+  (package-with-python2 python-stevedore))
 
 (define-public python-tempest-lib
   (package



reply via email to

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