Message ID | 20220828144748.15575-9-maximedevos@telenet.be |
---|---|
State | Accepted |
Headers | show |
Series | Don't ask to run tests when cross-compiling. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7491b7bb41..eeb575af93 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8232,7 +8232,7 @@ (define-public python-jaraco-functools (substitute-keyword-arguments (package-arguments python-jaraco-functools-bootstrap) ((#:tests? _ #f) - #t) + (not (%current-target-system))) ((#:phases phases #~%standard-phases) #~(modify-phases #$phases (replace 'check