gnu: python-honcho: Use INVOKE.
* gnu/packages/python-xyz.scm (python-honcho)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
		
							parent
							
								
									acb75c0328
								
							
						
					
					
						commit
						95b707fb46
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4148,7 +4148,7 @@ cluster without needing to write any wrapper code yourself.") | |||
|              ;; It's easier to run tests after install. | ||||
|              ;; Make installed package available for running the tests | ||||
|              (add-installed-pythonpath inputs outputs) | ||||
|              (zero? (system* "py.test" "-v"))))))) | ||||
|              (invoke "py.test" "-v")))))) | ||||
|     (home-page "https://github.com/nickstenning/honcho") | ||||
|     (synopsis "Manage Procfile-based applications") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue