gnu: python-validictory: Use INVOKE.
* gnu/packages/python-xyz.scm (python-validictory)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
		
							parent
							
								
									c988afda6f
								
							
						
					
					
						commit
						6568bd5df2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10429,7 +10429,7 @@ is used by PostgreSQL and the OpenSSH Server for example.")
 | 
			
		|||
             (setenv "PYTHONPATH"
 | 
			
		||||
                     (string-append (getcwd) "/build/lib:"
 | 
			
		||||
                                    (getenv "PYTHONPATH")))
 | 
			
		||||
             (zero? (system* "py.test" "-vv" )))))))
 | 
			
		||||
             (invoke "py.test" "-vv" ))))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("python-pytest" ,python-pytest)))
 | 
			
		||||
    (home-page
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue