gnu: python-flasgger: Use INVOKE.
* gnu/packages/python-xyz.scm (python-flasgger)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
		
							parent
							
								
									204ad455ec
								
							
						
					
					
						commit
						ac599a0999
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -12338,7 +12338,7 @@ Swagger 2.0).")
 | 
			
		|||
             (setenv "PYTHONPATH" (string-append (getcwd)
 | 
			
		||||
                                                 ":"
 | 
			
		||||
                                                 (getenv "PYTHONPATH")))
 | 
			
		||||
             (zero? (system* "py.test")))))))
 | 
			
		||||
             (invoke "py.test"))))))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("python-flask" ,python-flask)
 | 
			
		||||
       ("python-pyyaml" ,python-pyyaml)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue