summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-02-09 07:40:00 +0100
committerGitHub <noreply@github.com>2019-02-09 07:40:00 +0100
commitdee9a942784779859707efcffb4cca5a7bcc0bc4 (patch)
tree0bc09ad924b691133eaebf97530cce7312b049bc /testament
parent594c2576e6aceb4eb37ed783f5351feca2557acb (diff)
downloadNim-dee9a942784779859707efcffb4cca5a7bcc0bc4.tar.gz
new AppVeyor configuration that should test the compiler against sele… (#10549)
Diffstat (limited to 'testament')
-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 6607783ab..fbb3edaa8 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -8,11 +8,11 @@ var packages*: seq[tuple[name, cmd, version: string]] = @[]
 pkg "karax"
 pkg "cligen"
 pkg "glob"
-pkg "regex"
+#pkg "regex"
 pkg "freeimage", "nim c freeimage.nim"
 pkg "zero_functional"
 pkg "nimpy", "nim c nimpy.nim"
-pkg "nimongo", "nimble test_ci"
+#pkg "nimongo", "nimble test_ci"
 pkg "inim"
 
 pkg "sdl1", "nim c src/sdl.nim"