From 17992fca1dc0b3674dce123296b277551bbca1db Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 30 Dec 2020 20:29:22 -0800 Subject: [PATCH] disable ggplotnim, refs #16523 (#16524) --- 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 dca8c5a4fd..65104e1fef 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -41,7 +41,7 @@ pkg1 "fidget" pkg1 "fragments", "nim c -r fragments/dsl.nim" pkg1 "gara" pkg1 "glob" -pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" +# pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" # pending bug #16523 # pkg1 "gittyup", "nimble test", "https://github.com/disruptek/gittyup" pkg1 "gnuplot", "nim c gnuplot.nim" # pkg1 "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram"