summary refs log tree commit diff stats
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-10-23 07:09:08 +0200
committernarimiran <narimiran@disroot.org>2019-10-23 07:09:08 +0200
commitc90b4ecddc0b4d2be1e0a1b4010bfa6301ea0c5a (patch)
tree2203866d6341e40abf155a0459f7c79197801d73
parent6bfa4eb6c51106d9720a61267d47a5e60e3c3d2f (diff)
downloadNim-c90b4ecddc0b4d2be1e0a1b4010bfa6301ea0c5a.tar.gz
Revert "[ci skip] disable two packages until #11764 is merged"
This reverts commit 48975bb3e7c1d5f8e1f81981cd5e3c028ccf37a5.
-rw-r--r--testament/important_packages.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 2ecdbd763..6fd135fd1 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -37,8 +37,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"