Skip to content

Commit

Permalink
fix:ocp-pipeline>=1.0.8 (#621)
Browse files Browse the repository at this point in the history
* fix:failing tests

debugging what changed with latest package versions

* ocp pipeline issues

* requirements.txt
  • Loading branch information
JarbasAl authored Dec 6, 2024
1 parent c1e8873 commit 61b9a71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/plugins.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ovos-utterance-corrections-plugin>=0.0.2, <1.0.0
ovos-utterance-plugin-cancel>=0.2.2, <1.0.0
ovos-utterance-plugin-cancel>=0.2.3, <1.0.0
ovos-bidirectional-translation-plugin>=0.1.0, <1.0.0
ovos-translate-server-plugin>=0.0.2, <1.0.0
ovos-utterance-normalizer>=0.2.1, <1.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ combo-lock>=0.2.2, <0.4

padacioso>=1.0.0, <2.0.0
ovos-adapt-parser>=1.0.5, <2.0.0
ovos_ocp_pipeline_plugin==1.0.7
ovos_ocp_pipeline_plugin>=1.0.10, <2.0.0
ovos-common-query-pipeline-plugin>=1.0.5, <2.0.0

ovos-utils[extras]>=0.6.0,<1.0.0
ovos_bus_client>=0.1.4,<2.0.0
ovos-plugin-manager>=0.5.6,<1.0.0
ovos-config>=0.0.13,<2.0.0
ovos-workshop>=3.0.1,<4.0.0
ovos-workshop>=3.1.2,<4.0.0
6 changes: 6 additions & 0 deletions test/end2end/session/test_ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def wait_for_n_messages(n):
"recognizer_loop:utterance",
"ovos.common_play.status",
"ovos.common_play.SEI.get", # request player info
"ovos.common_play.SEI.get", # (we didnt get player answer, so we try again)
# no response
"ovos.common_play.activate",
"ocp:play",
Expand All @@ -142,6 +143,7 @@ def wait_for_n_messages(n):
"ovos.common_play.query.response",
"ovos.common_play.query.response",
"ovos.common_play.skill.search_end",
"ovos.common_play.SEI.get", # request info again, cause player didnt answer before
"ovos.common_play.search.end",
"ovos.common_play.reset",

Expand Down Expand Up @@ -500,6 +502,10 @@ def wait_for_n_messages(n):
"ovos.common_play.reset",
"add_context", # NowPlaying context
'mycroft.audio.service.play', # LEGACY api
"mycroft.audio.service.queue",
"mycroft.audio.service.queue",
"mycroft.audio.service.queue",
"mycroft.audio.service.queue",
"ovos.common_play.search.populate",
"ovos.utterance.handled", # handle_utterance returned (intent service)
]
Expand Down

0 comments on commit 61b9a71

Please sign in to comment.