From 41ee3538df7fcb0e006649e3d0881edbdefb65c7 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 15 Apr 2019 18:53:25 +0200 Subject: [PATCH] disable testing of nimly package --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ff75fc8cc0..68a2f4431c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -49,7 +49,7 @@ pkg "nimfp", "nim c -o:nfp -r src/fp.nim", true pkg "nimgame2", "nim c nimgame2/nimgame.nim", true pkg "nimgen", "nim c -o:nimgenn -r src/nimgen/runcfg.nim", true # pkg "nimlsp", "", true -pkg "nimly", "nim c -r tests/test_nimly", true +# pkg "nimly", "nim c -r tests/test_nimly", true pkg "nimongo", "nimble test_ci", true pkg "nimpy", "nim c -r tests/nimfrompy.nim" pkg "nimquery"