From c7c3396e69834d621c9ddd9f0c698e61767a964c Mon Sep 17 00:00:00 2001 From: f--t <2817965+f--t@users.noreply.github.com> Date: Sun, 21 Oct 2018 23:57:44 -0700 Subject: [PATCH] julia: 1.0.0 -> 1.0.1 (#48191) * julia: removed the failing tests --- pkgs/development/compilers/julia/shared.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/julia/shared.nix b/pkgs/development/compilers/julia/shared.nix index e07c2c04b92d..70ff40cd7ec5 100644 --- a/pkgs/development/compilers/julia/shared.nix +++ b/pkgs/development/compilers/julia/shared.nix @@ -104,6 +104,7 @@ stdenv.mkDerivation rec { touch test/$i.jl done rm stdlib/Sockets/test/runtests.jl && touch stdlib/Sockets/test/runtests.jl + rm stdlib/Distributed/test/runtests.jl && touch stdlib/Distributed/test/runtests.jl sed -e 's/Invalid Content-Type:/invalid Content-Type:/g' -i ./stdlib/LibGit2/test/libgit2.jl sed -e 's/Failed to resolve /failed to resolve /g' -i ./stdlib/LibGit2/test/libgit2.jl '';