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.
parent
0f15cc49e1
commit
ed279c941f
|
@ -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
|
||||
|
|
Reference in New Issue