me
/
guix
Archived
1
0
Fork 0

gnu: guix-jupyter: Re-enable parallel tests.

This reverts d09f3f82b8, which turned out
to be unnecessary.

* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Remove
 #:parallel-tests? #f.
Ludovic Courtès 2023-01-20 12:11:43 +01:00
parent 0f15cc49e1
commit ed279c941f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1629,7 +1629,7 @@ This package just includes the agent component.")))
(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