From 71027936e8fa54dc81570c86c52454b3a398d61e Mon Sep 17 00:00:00 2001 From: narimiran Date: Sat, 25 Apr 2020 15:32:27 +0200 Subject: [PATCH] disable failing packages --- testament/important_packages.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 4eb0d050f9..6a3341a994 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -35,7 +35,7 @@ pkg "gnuplot" # pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19 pkg "hts", "nim c -o:htss src/hts.nim" pkg "illwill", "nimble examples" -pkg "inim", "", true +# pkg "inim", "", true pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" pkg "jstin" @@ -61,7 +61,7 @@ pkg "nimquery" pkg "nimsl", "", true pkg "nimsvg" # pkg "nimterop", "", true -pkg "nimx", "nim c --threads:on test/main.nim", true +# pkg "nimx", "nim c --threads:on test/main.nim", true pkg "norm", "nim c -r tests/tsqlite.nim", true pkg "npeg" pkg "ormin", "nim c -o:orminn ormin.nim", true