From 95ba70a51eb69633f356d7bfe7f0e157ecf959c5 Mon Sep 17 00:00:00 2001 From: miro Date: Tue, 15 Oct 2024 18:29:19 +0100 Subject: [PATCH] dont require latest workshop, just allow it --- test/integrationtests/test_workshop.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integrationtests/test_workshop.py b/test/integrationtests/test_workshop.py index f41bbfe2ba0..b3840093ce6 100644 --- a/test/integrationtests/test_workshop.py +++ b/test/integrationtests/test_workshop.py @@ -3,7 +3,6 @@ from os.path import dirname from time import sleep from ovos_workshop.skill_launcher import SkillLoader -from ovos_workshop.skills.mycroft_skill import MycroftSkill from ovos_workshop.skills.ovos import OVOSSkill from ovos_utils.messagebus import FakeBus, Message @@ -29,7 +28,6 @@ def get_msg(msg): def test_skill_id(self): self.assertTrue(isinstance(self.skill.instance, OVOSSkill)) - self.assertTrue(isinstance(self.skill.instance, MycroftSkill)) self.assertEqual(self.skill.skill_id, "abort.test") # if running in ovos-core every message will have the skill_id in context