1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

gnu: julia-requires: Disable parallel tests.

* gnu/packages/julia-xyz.scm (julia-requires)[arguments]: Disable parallel
tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
zimoun
2021-11-26 00:35:58 +01:00
committed by Maxim Cournoyer
parent dfad64e7b0
commit 2ce8e5e124
+2
View File
@@ -3966,6 +3966,8 @@ package can help create and update if need be.")
(sha256
(base32 "03hyfy7c0ma45b0y756j76awi3az2ii4bz4s8cxm3xw9yy1z7b01"))))
(build-system julia-build-system)
(arguments
`(#:parallel-tests? #f))
(inputs ;required for test
`(("julia-example" ,julia-example)))
(propagated-inputs