From 2d06867388fa4424d274f8151c8e04bba876d5ca Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 24 Aug 2021 11:32:45 +0200 Subject: [PATCH] disable testing packages which depend on newer Nim versions --- 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 4d71da10af..cac8ca157e 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -31,7 +31,7 @@ pkg "easygl", true, "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmo pkg "elvis" pkg "fragments", false, "nim c -r fragments/dsl.nim" pkg "gara" -pkg "ggplotnim", true, "nimble testCI" +# pkg "ggplotnim", true, "nimble testCI" pkg "glob" pkg "gnuplot" pkg "hts", false, "nim c -o:htss src/hts.nim" @@ -52,8 +52,8 @@ pkg "nimcrypto", false, "nim c -r tests/testall.nim" pkg "NimData", true, "nim c -o:nimdataa src/nimdata.nim" pkg "nimes", true, "nim c src/nimes.nim" pkg "nimfp", true, "nim c -o:nfp -r src/fp.nim" -pkg "nimgame2", true, "nim c nimgame2/nimgame.nim" -pkg "nimgen", true, "nim c -o:nimgenn -r src/nimgen/runcfg.nim" +# pkg "nimgame2", true, "nim c nimgame2/nimgame.nim" +# pkg "nimgen", true, "nim c -o:nimgenn -r src/nimgen/runcfg.nim" # pkg "nimlsp", true # pkg "nimly", true # pkg "nimongo", true, "nimble test_ci"