Skip to content

Commit

Permalink
Update skills dependencies for compat. and CommonQuery improvements (#…
Browse files Browse the repository at this point in the history
…561)

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Oct 10, 2023
1 parent 8de5058 commit 20510d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ on:
jobs:
license_tests:
uses: neongeckocom/.github/.github/workflows/license_tests.yml@master
with:
packages-exclude: '^(precise-runner|fann2|tqdm|bs4|ovos-phal-plugin|ovos-skill|neon-core|nvidia|neon-phal-plugin|bitstruct|audioread).*'
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# mycroft
ovos-core~=0.0.7
ovos-workshop==0.0.12 # TODO: 0.0.13a1 introduces bug in NeonFallbackSkill
# padacioso==0.1.3a2
ovos-plugin-common-play~=0.0.5

# utils
neon-utils[network]~=1.6,>=1.6.2
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
neon-transformers~=0.2
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 20510d2

Please sign in to comment.