gnu: python-jupyter-client: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-jupyter-client)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Maxime Devos 2022-08-28 16:47:44 +02:00 committed by Mathieu Othacehe
parent 7d49984da4
commit 321620d15b
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -8706,7 +8706,7 @@ (define-public python-jupyter-client
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:tests? _ #f)
#t)
(not (%current-target-system)))
((#:phases phases #~%standard-phases)
#~(modify-phases #$phases
(replace 'check