From d7d88ae2181089457056e5b134aa80e20372bdee Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 3 Jun 2019 17:12:02 +0200 Subject: [PATCH] disable 3 packages until they merge their pending PRs which fix failures --- testament/important_packages.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 5e2c446729..5383433c0f 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -36,7 +36,7 @@ pkg "iterutils" pkg "jstin" pkg "karax", "nim c -r tests/tester.nim" pkg "loopfusion" -pkg "msgpack4nim" +# pkg "msgpack4nim" pkg "nake", "nim c nakefile.nim" pkg "neo", "nim c -d:blas=openblas tests/all.nim", true # pkg "nico", "", true @@ -50,9 +50,9 @@ 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 "nimongo", "nimble test_ci", true +# pkg "nimongo", "nimble test_ci", true pkg "nimpy", "nim c -r tests/nimfrompy.nim" -pkg "nimquery" +# pkg "nimquery" pkg "nimsl", "", true pkg "nimsvg" pkg "nimx", "nim c --threads:on test/main.nim", true