diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-26 11:17:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 11:17:51 -0700 |
commit | 01267292d8335b21c69e0e4d840d1fa1078cf1b8 (patch) | |
tree | d71797142f605e8c6224ce26061c8727298a9f30 /testament | |
parent | 01bca8cd4fad857124794144bff09ae0326895bd (diff) | |
download | Nim-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.nim | 2 |
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" |