summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-12-30 20:29:22 -0800
committerGitHub <noreply@github.com>2020-12-30 20:29:22 -0800
commit17992fca1dc0b3674dce123296b277551bbca1db (patch)
tree780bad22dfc1863ec424a7e49ddeebde85dd1b38
parent876fa3e62e41cd366b89137cc3c4f6b5b8b2bee8 (diff)
downloadNim-17992fca1dc0b3674dce123296b277551bbca1db.tar.gz
disable ggplotnim, refs #16523 (#16524)
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index dca8c5a4f..65104e1fe 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"