gnu: julia-interpolations: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
017f9a3515
commit
dfad64e7b0
1 changed files with 2 additions and 0 deletions
|
@ -2518,6 +2518,8 @@ interfaces with @file{.ini} files.")
|
|||
(sha256
|
||||
(base32 "1236c20k388qlh7k74mhf7hkbn0vf7ss8b1rgh1a6aj0234ayfnc"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
`(#:parallel-tests? #f))
|
||||
(propagated-inputs
|
||||
`(("julia-axisalgorithms" ,julia-axisalgorithms)
|
||||
("julia-offsetarrays" ,julia-offsetarrays)
|
||||
|
|
Reference in a new issue