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>master
parent
80a75c5357
commit
dbd5612c90
|
@ -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 New Issue