guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: julia-interpolations: Disable parallel tests.


From: guix-commits
Subject: 04/06: gnu: julia-interpolations: Disable parallel tests.
Date: Sat, 27 Nov 2021 01:28:08 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit dfad64e7b0760367a35de32c934a608e231e7a99
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Nov 26 00:35:57 2021 +0100

    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>
---
 gnu/packages/julia-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 3ca3209..f68cd16 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]