diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 69d4432c..206f0a87 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -8,4 +8,5 @@ ovos-lingua-franca~=0.4 ovos_utils~=0.0,>=0.0.35 geopy~=2.1 ovos-config~=0.0.9 -ovos-workshop~=0.0.15 \ No newline at end of file +#ovos-workshop~=0.0.15 +ovos-workshop @ git+https://github.com/openvoiceos/ovos-workshop@FIX_MycroftSkillCompat \ No newline at end of file diff --git a/tests/neon_skill_tests.py b/tests/neon_skill_tests.py index a2c48f3b..514132ab 100644 --- a/tests/neon_skill_tests.py +++ b/tests/neon_skill_tests.py @@ -759,7 +759,7 @@ def is_valid(_): test_results["validator"] = True return False - on_fail = Mock() + on_fail = Mock(return_value="fail") def skill_response_thread(s: MycroftSkill, idx: str): resp = s.get_response(test_dialog, validator=is_valid,