Skip to content

Commit

Permalink
unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 10, 2024
1 parent c4a5adb commit 5b878b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python-dateutil>=2.6, <3.0
watchdog>=2.1, <3.0
combo-lock>=0.2.2, <0.3

padacioso~=0.2, >=0.2.1
padacioso>=0.1.0,<1.0.0
adapt-parser>=1.0.0, <2.0.0

ovos-utils>=0.0.38,<1.0.0
Expand Down
5 changes: 1 addition & 4 deletions test/unittests/skills/test_intent_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,8 @@ def test_shutdown(self):
'register_intent',
'register_vocab',
'remove_context',
'skill.converse.get_response',
'skill.converse.get_response.disable',
'skill.converse.get_response.enable',
'skill.converse.ping',
'skill.converse.request'})
'skill.converse.get_response.enable'})


class TestAdaptIntent(TestCase):
Expand Down

0 comments on commit 5b878b2

Please sign in to comment.