Skip to content

Commit

Permalink
Update neon-utils dependency
Browse files Browse the repository at this point in the history
Remove invalid skill inheritance test case
  • Loading branch information
NeonDaniel committed Oct 10, 2023
1 parent c51d29e commit 5802a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ovos-core~=0.0.7
ovos-plugin-common-play~=0.0.5

# utils
neon-utils[audio,network]~=1.6,>=1.6.3a1
neon-utils[audio,network]~=1.6,>=1.6.3a2
# TODO: Audio extra patching dependency resolution
ovos-utils~=0.0.35
ovos-bus-client~=0.0.5
Expand Down
2 changes: 1 addition & 1 deletion test/test_skill_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_skill_class_patches(self):

from neon_utils.skills import NeonFallbackSkill, NeonSkill
self.assertTrue(issubclass(NeonFallbackSkill, PatchedMycroftSkill))
self.assertTrue(issubclass(NeonSkill, PatchedMycroftSkill))
# self.assertTrue(issubclass(NeonSkill, PatchedMycroftSkill))
self.assertTrue(issubclass(NeonFallbackSkill, OVOSSkill))
self.assertTrue(issubclass(NeonFallbackSkill, NeonSkill))

Expand Down

0 comments on commit 5802a28

Please sign in to comment.