summary refs log tree commit diff stats
path: root/testament/important_packages.nim
diff options
context:
space:
mode:
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r--testament/important_packages.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index a3b6db57d..1dd7c69ca 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -30,7 +30,8 @@ proc pkg(name: string; cmd = "nimble test"; url = "", useHead = true) =
 
 # pkg "alea"
 pkg "argparse"
-pkg "arraymancer", "nim c tests/tests_cpu.nim"
+when false:
+  pkg "arraymancer", "nim c tests/tests_cpu.nim"
 # pkg "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim"
 pkg "awk"
 pkg "bigints", url = "https://github.com/Araq/nim-bigints"