From 311b7aaf3766bb1237ba43e08f1e524bb9155316 Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 2 Feb 2021 14:31:50 +0100 Subject: [PATCH] disable 'criterion' 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 b209294a84..e8a30a34ae 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -22,7 +22,7 @@ pkg "coco", "", true pkg "combparser" pkg "compactdict" pkg "comprehension", "", false, "https://github.com/alehander42/comprehension" -pkg "criterion" +# pkg "criterion" pkg "dashing", "nim c tests/functional.nim" pkg "docopt" pkg "easygl", "nim c -o:egl -r src/easygl.nim", true, "https://github.com/jackmott/easygl"