me
/
guix
Archived
1
0
Fork 0

gnu: guix-jupyter: Disable parallel tests.

* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Add
 #:parallel-tests?.
master
Marius Bakke 2022-09-07 17:20:01 +02:00
parent 9046adf8ef
commit d09f3f82b8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -1612,6 +1612,7 @@ This package just includes the agent component.")))
(ice-9 rdelim) (ice-9 rdelim)
(guix build utils) (guix build utils)
(guix build gnu-build-system)) (guix build gnu-build-system))
#:parallel-tests? #f ;kernels.scm frequently breaks in parallel
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'sed-kernel-json (add-after 'install 'sed-kernel-json