gnu: python-path: Don't ask to run tests when cross-compiling.
* gnu/packages/python-xyz.scm
(python-path)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
			
			
This commit is contained in:
		
							parent
							
								
									80a75c5357
								
							
						
					
					
						commit
						dbd5612c90
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -12382,7 +12382,7 @@ invoked on those path objects directly.")
 | 
			
		|||
     (substitute-keyword-arguments
 | 
			
		||||
         (package-arguments python-path-bootstrap)
 | 
			
		||||
       ((#:tests? _ #f)
 | 
			
		||||
        #t)
 | 
			
		||||
        (not (%current-target-system)))
 | 
			
		||||
       ((#:phases phases #~%standard-phases)
 | 
			
		||||
        #~(modify-phases #$phases
 | 
			
		||||
            (replace 'check
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue