Skip to content

Commit

Permalink
Troubleshooting test failure
Browse files Browse the repository at this point in the history
Update ovos-config dependency
  • Loading branch information
NeonDaniel committed Sep 13, 2024
1 parent 97b7b5a commit 6095c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ neon-utils[network,audio]~=1.11,>=1.11.1a3
ovos-utils~=0.0,>=0.0.38
ovos-bus-client~=0.0.8,>=0.0.9a25
neon-transformers~=0.2,>=0.2.1a4
ovos-config~=0.0.12
ovos-config~=0.0.12,>=0.0.13a27
ovos-plugin-manager~=0.0.25,>=0.0.26a19
# TODO: ovos-backend-client pinned for stable release
ovos-backend-client==0.1.1a5
Expand Down
1 change: 1 addition & 0 deletions test/test_skills_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def setUpClass(cls) -> None:

meta = ovos_config.meta.get_ovos_config()
assert meta['default_config_path'].endswith('neon.yaml')
assert ovos_config.config.Configuration.default.path == meta['default_config_path']

from neon_core.skills.intent_service import NeonIntentService
cls.intent_service = NeonIntentService(cls.bus)
Expand Down

0 comments on commit 6095c67

Please sign in to comment.