zulip_bots: Remove thesaurus bot.
This bot depends on PyDictionary, which isn't very well-implemented or well-maintained. PyDictionary's dependency on goslate and goslate's dependency on concurrent.futures has been known to cause problems in Python 3 virtualenvs. This bot has also been the source of disruptive BeautifulSoup warnings. Since this bot is only meant to be an example bot, and for all the above reasons, it makes sense to remove this bot. The cons of debugging the above issues outweight the pros of having the bot at all.
This commit is contained in:
parent
bcc1489bc5
commit
c61d413f25
6 changed files with 1 additions and 95 deletions
|
@ -32,7 +32,7 @@ Running tests for all bots:
|
|||
|
||||
Running tests for specific bots:
|
||||
|
||||
./test-bots define thesaurus
|
||||
./test-bots define xkcd
|
||||
|
||||
Running tests for all bots excluding certain bots (the
|
||||
following command would run tests for all bots except
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue