Skip to content

Commit

Permalink
Update minerva test dependency and intent test config
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 17, 2024
1 parent 6def6ac commit 87598f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 0 additions & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ def initialize(self):
# combine them as in get_new_info and add rocket chocolate:
self._add_more_caffeine_data()

# TODO: Below troubleshooting intent test failures
self._update_event.wait()

@intent_handler(IntentBuilder("CaffeineUpdate").require("update_caffeine"))
def handle_caffeine_update(self, message):
self.speak_dialog("updating")
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
neon-minerva[padatious]~=0.2
#neon-minerva[padatious]~=0.2
neon-minerva[padatious]@git+https://github.com/neongeckocom/neon-minerva@FEAT_BetterCommonQueryTesting
4 changes: 3 additions & 1 deletion test/test_intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ common query:
callback:
- results
- message
- user
- user

ready_event: _update_event

0 comments on commit 87598f5

Please sign in to comment.