gnu: python2-stevedore: Enable tests.
* gnu/packages/openstack.scm (python-stevedore)[properties]: Remove. (python2-stevedore)[arguments]: Remove.
This commit is contained in:
		
							parent
							
								
									8fa28808a6
								
							
						
					
					
						commit
						79d9effa51
					
				
					 1 changed files with 1 additions and 7 deletions
				
			
		| 
						 | 
					@ -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
 | 
					entry points tends to be repetitive, though, so stevedore provides manager
 | 
				
			||||||
classes for implementing common patterns for using dynamically loaded
 | 
					classes for implementing common patterns for using dynamically loaded
 | 
				
			||||||
extensions.")
 | 
					extensions.")
 | 
				
			||||||
    (properties `((python2-variant . ,(delay python2-stevedore))))
 | 
					 | 
				
			||||||
    (license asl2.0)))
 | 
					    (license asl2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python2-stevedore
 | 
					(define-public python2-stevedore
 | 
				
			||||||
  (package (inherit (package-with-python2
 | 
					  (package-with-python2 python-stevedore))
 | 
				
			||||||
                     (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
 | 
					(define-public python-tempest-lib
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue