gnu: python2-ruamel.ordereddict: Use INVOKE.
* gnu/packages/python-xyz.scm (python2-ruamel.ordereddict)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
		
							parent
							
								
									ee2bb94432
								
							
						
					
					
						commit
						f987ac307b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -10965,7 +10965,7 @@ Problem} (SAT) solver.") | |||
|          (add-after 'install 'check | ||||
|            (lambda* (#:key inputs outputs #:allow-other-keys) | ||||
|              (add-installed-pythonpath inputs outputs) | ||||
|              (zero? (system* "python" "test/testordereddict.py"))))))) | ||||
|              (invoke "python" "test/testordereddict.py")))))) | ||||
|     (home-page "https://bitbucket.org/ruamel/ordereddict") | ||||
|     (synopsis "Version of dict that keeps keys in insertion order") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue