gnu: python-tempest-lib: Disable tests.
* gnu/packages/openstack.scm (python-tempest-lib, python2-tempest-lib)[arguments]: Set #:tests? #f.
This commit is contained in:
		
							parent
							
								
									73b494a11d
								
							
						
					
					
						commit
						f959495ba0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -328,7 +328,8 @@ extensions.")
 | 
				
			||||||
        "1cpp2vwmawpd29hjsklsps181lq2ah91cl412qvpnz228nf9sqn5"))))
 | 
					        "1cpp2vwmawpd29hjsklsps181lq2ah91cl412qvpnz228nf9sqn5"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:tests? #f ; FIXME: Requires oslo.log >= 1.14.0.
 | 
				
			||||||
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-before
 | 
					         (add-before
 | 
				
			||||||
          'check 'pre-check
 | 
					          'check 'pre-check
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue