Skip to content

Commit

Permalink
requirements.txt: Update Errbot
Browse files Browse the repository at this point in the history
Closes #571
  • Loading branch information
nvzard committed Jun 22, 2018
1 parent 2feedd6 commit d3f7924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: corobo

dependencies:
- pyopenssl<17.5
- git+https://github.com/errbotio/errbot@c2639879d4c298933cdf406193de5a5e626db12b
- errbot~=6.0.0a0
- wolframalpha
- github3.py~=1.0.0
- IGitt==0.4.1.dev20180317153318
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyopenssl<17.5
git+https://github.com/errbotio/errbot@c2639879d4c298933cdf406193de5a5e626db12b
errbot~=6.0.0a0
wolframalpha
github3.py~=1.0.0
IGitt==0.4.1.dev20180317153318
Expand Down
2 changes: 1 addition & 1 deletion tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def plugin_testbot(klass, loglevel, config=None):
config = config if config else dict()
testbot = TestBot(loglevel=loglevel, extra_config=config)
testbot.start()
plug = testbot.bot.plugin_manager.instanciateElement(klass)
plug = testbot.bot.plugin_manager.get_plugin_obj_by_name(klass)
return plug, testbot

0 comments on commit d3f7924

Please sign in to comment.