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