Archived
1
0
Fork 0

gnu: julia-unitful: Disable parallel tests.

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

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
zimoun 2021-11-26 00:35:59 +01:00 committed by Maxim Cournoyer
parent 2ce8e5e124
commit 9b48948a0c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4854,6 +4854,8 @@ working with @acronym{URIs,Uniform Resource Identifiers}, as defined in RFC
(sha256
(base32 "10qwscd15dnmvx116dwvg99m7kmwgmj5ahdkq7psiq48lcc554gq"))))
(build-system julia-build-system)
(arguments
`(#:parallel-tests? #f))
(propagated-inputs
`(("julia-constructionbase" ,julia-constructionbase)))
(home-page "https://painterqubits.github.io/Unitful.jl/stable/")