Skip to content

Commit 61b9a71

Browse files
authored
fix:ocp-pipeline>=1.0.8 (#621)
* fix:failing tests debugging what changed with latest package versions * ocp pipeline issues * requirements.txt
1 parent c1e8873 commit 61b9a71

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

requirements/plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ovos-utterance-corrections-plugin>=0.0.2, <1.0.0
2-
ovos-utterance-plugin-cancel>=0.2.2, <1.0.0
2+
ovos-utterance-plugin-cancel>=0.2.3, <1.0.0
33
ovos-bidirectional-translation-plugin>=0.1.0, <1.0.0
44
ovos-translate-server-plugin>=0.0.2, <1.0.0
55
ovos-utterance-normalizer>=0.2.1, <1.0.0

requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ combo-lock>=0.2.2, <0.4
55

66
padacioso>=1.0.0, <2.0.0
77
ovos-adapt-parser>=1.0.5, <2.0.0
8-
ovos_ocp_pipeline_plugin==1.0.7
8+
ovos_ocp_pipeline_plugin>=1.0.10, <2.0.0
99
ovos-common-query-pipeline-plugin>=1.0.5, <2.0.0
1010

1111
ovos-utils[extras]>=0.6.0,<1.0.0
1212
ovos_bus_client>=0.1.4,<2.0.0
1313
ovos-plugin-manager>=0.5.6,<1.0.0
1414
ovos-config>=0.0.13,<2.0.0
15-
ovos-workshop>=3.0.1,<4.0.0
15+
ovos-workshop>=3.1.2,<4.0.0

test/end2end/session/test_ocp.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def wait_for_n_messages(n):
126126
"recognizer_loop:utterance",
127127
"ovos.common_play.status",
128128
"ovos.common_play.SEI.get", # request player info
129+
"ovos.common_play.SEI.get", # (we didnt get player answer, so we try again)
129130
# no response
130131
"ovos.common_play.activate",
131132
"ocp:play",
@@ -142,6 +143,7 @@ def wait_for_n_messages(n):
142143
"ovos.common_play.query.response",
143144
"ovos.common_play.query.response",
144145
"ovos.common_play.skill.search_end",
146+
"ovos.common_play.SEI.get", # request info again, cause player didnt answer before
145147
"ovos.common_play.search.end",
146148
"ovos.common_play.reset",
147149

@@ -500,6 +502,10 @@ def wait_for_n_messages(n):
500502
"ovos.common_play.reset",
501503
"add_context", # NowPlaying context
502504
'mycroft.audio.service.play', # LEGACY api
505+
"mycroft.audio.service.queue",
506+
"mycroft.audio.service.queue",
507+
"mycroft.audio.service.queue",
508+
"mycroft.audio.service.queue",
503509
"ovos.common_play.search.populate",
504510
"ovos.utterance.handled", # handle_utterance returned (intent service)
505511
]

0 commit comments

Comments
 (0)