summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-04-26 11:17:51 -0700
committerGitHub <noreply@github.com>2021-04-26 11:17:51 -0700
commit01267292d8335b21c69e0e4d840d1fa1078cf1b8 (patch)
treed71797142f605e8c6224ce26061c8727298a9f30 /testament
parent01bca8cd4fad857124794144bff09ae0326895bd (diff)
downloadNim-01267292d8335b21c69e0e4d840d1fa1078cf1b8.tar.gz
disable telebot, refs https://github.com/ba0f3/telebot.nim/issues/59 (#17860)
Diffstat (limited to 'testament')
-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 64000dbb2..35c0cf0ce 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -139,7 +139,7 @@ pkg "stint", "nim r stint.nim"
 pkg "strslice"
 pkg "strunicode", "nim c -r src/strunicode.nim"
 pkg "synthesis"
-pkg "telebot", "nim c -o:tbot -r src/telebot.nim"
+pkg "telebot", "nim c -o:tbot -r src/telebot.nim", allowFailure = true # pending https://github.com/ba0f3/telebot.nim/issues/59
 pkg "tempdir"
 pkg "templates"
 pkg "tensordsl", "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git"