From 9b31b12ca57b84a4e85614d251b52dcc5cf6a95b Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 2 Feb 2021 14:34:25 +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 c3e8028eff..cd064fe6a4 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -31,7 +31,7 @@ pkg1 "cligen", "nim c --path:. -r cligen.nim" pkg1 "combparser", "nimble test --gc:orc" pkg1 "compactdict" pkg1 "comprehension", "nimble test", "https://github.com/alehander42/comprehension" -pkg1 "criterion" +# pkg1 "criterion" pkg1 "dashing", "nim c tests/functional.nim" pkg1 "delaunay" pkg1 "docopt"