summary refs log tree commit diff stats
path: root/testament/important_packages.nim
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-09-09 14:46:55 +0800
committerGitHub <noreply@github.com>2021-09-09 08:46:55 +0200
commit23e10ea85ea35c1a5963bfd12fb69efe6358076a (patch)
tree30029b0ec8944496783a781f8f62f611f35450e7 /testament/important_packages.nim
parentc56008450a86daf454fa0e2e0722711831cd78ae (diff)
downloadNim-23e10ea85ea35c1a5963bfd12fb69efe6358076a.tar.gz
active some packages (#18825)
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r--testament/important_packages.nim8
1 files changed, 4 insertions, 4 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 025121990..657ddb2d1 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -63,7 +63,7 @@ pkg "delaunay"
 pkg "docopt"
 pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl"
 pkg "elvis"
-pkg "fidget", allowFailure = true # pending https://github.com/treeform/fidget/issues/155
+pkg "fidget"
 pkg "fragments", "nim c -r fragments/dsl.nim"
 pkg "fusion"
 pkg "gara"
@@ -76,7 +76,7 @@ pkg "gnuplot", "nim c gnuplot.nim"
 pkg "hts", "nim c -o:htss src/hts.nim"
 pkg "httpauth"
 pkg "illwill", "nimble examples"
-pkg "inim", allowFailure=true
+pkg "inim"
 pkg "itertools", "nim doc src/itertools.nim"
 pkg "iterutils"
 pkg "jstin"
@@ -100,7 +100,7 @@ pkg "nimcrypto", "nim r --path:. tests/testall.nim" # `--path:.` workaround need
 pkg "NimData", "nim c -o:nimdataa src/nimdata.nim"
 pkg "nimes", "nim c src/nimes.nim"
 pkg "nimfp", "nim c -o:nfp -r src/fp.nim"
-pkg "nimgame2", "nim c -d:nimLegacyConvEnumEnum nimgame2/nimgame.nim", allowFailure = true
+pkg "nimgame2", "nim c -d:nimLegacyConvEnumEnum nimgame2/nimgame.nim"
   # XXX Doesn't work with deprecated 'randomize', will create a PR.
 pkg "nimgen", "nim c -o:nimgenn -r src/nimgen/runcfg.nim"
 pkg "nimlsp"
@@ -145,7 +145,7 @@ pkg "strslice"
 pkg "strunicode", "nim c -r src/strunicode.nim"
 pkg "supersnappy"
 pkg "synthesis"
-pkg "telebot", "nim c -o:tbot -r src/telebot.nim", allowFailure = true # pending https://github.com/ba0f3/telebot.nim/issues/59
+pkg "telebot", "nim c -o:tbot -r src/telebot.nim"
 pkg "tempdir"
 pkg "templates"
 pkg "tensordsl", "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git"