diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 21cff53067..acf193b014 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -36,7 +36,7 @@ pkg1 "dashing", "nim c tests/functional.nim" pkg1 "delaunay" pkg1 "docopt" pkg1 "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" -pkg1 "elvis" +# pkg1 "elvis" # pkg1 "fidget" # pkg1 "fragments", "nim c -r fragments/dsl.nim" pkg1 "gara" @@ -85,12 +85,12 @@ pkg2 "nimquery" pkg2 "nimsl" pkg2 "nimsvg" pkg2 "nimterop", "nimble minitest" -pkg2 "nimwc", "nim c nimwc.nim" +# pkg2 "nimwc", "nim c nimwc.nim" # pkg2 "nimx", "nim c --threads:on test/main.nim" # pkg2 "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter" pkg2 "norm", "nim c -r tests/sqlite/trows.nim" pkg2 "npeg", "nimble testarc" -pkg2 "numericalnim", "nim c -r tests/test_integrate.nim" +pkg2 "numericalnim", "nimble nimCI" pkg2 "optionsutils" pkg2 "ormin", "nim c -o:orminn ormin.nim" pkg2 "parsetoml"