3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
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

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