From 48975bb3e7c1d5f8e1f81981cd5e3c028ccf37a5 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 14 Oct 2019 11:51:41 +0200 Subject: [PATCH] [ci skip] disable two packages until #11764 is merged --- testament/important_packages.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index dfa448c95561..a6e712009ea2 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -36,8 +36,8 @@ pkg "gnuplot" pkg "hts", "nim c -o:htss -r src/hts.nim" pkg "illwill", "nimble examples" pkg "inim" -pkg "itertools", "nim doc src/itertools.nim" -pkg "iterutils" +# pkg "itertools", "nim doc src/itertools.nim" +# pkg "iterutils" pkg "jstin" pkg "karax", "nim c -r tests/tester.nim" pkg "loopfusion"