From c8fadf2c749604fe7a4a4ca2e41f74bded3daa10 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 22 Dec 2020 19:12:35 -0800 Subject: [PATCH] disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 (#16443) --- 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 aae5609395..f57045298f 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" # pending https://github.com/disruptek/criterion/issues/3 (wrongly closed) pkg1 "dashing", "nim c tests/functional.nim" pkg1 "delaunay" pkg1 "docopt"