mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guix-jupyter: Disable parallel tests.
* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
9046adf8ef
commit
d09f3f82b8
1 changed files with 1 additions and 0 deletions
|
@ -1612,6 +1612,7 @@ (define-public guix-jupyter
|
|||
(ice-9 rdelim)
|
||||
(guix build utils)
|
||||
(guix build gnu-build-system))
|
||||
#:parallel-tests? #f ;kernels.scm frequently breaks in parallel
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'sed-kernel-json
|
||||
|
|
Loading…
Reference in a new issue