Skip to content

Commit

Permalink
Update dependencies to allow for latest OVOS packages (#78)
Browse files Browse the repository at this point in the history
* U[date dependencies to allow for latest OVOS packages

* Update skill.json

* Wait for update to troubleshoot intent test failure

* Update minerva test dependency and intent test config

* Fix typo in intent test config

* Annotate TODO in test dependencies

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent d8b9c2f commit 8b8309d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
neon-utils~=1.0,!=1.9.0
# TODO: network patching dependency resolution
neon-utils[network]~=1.0,>=1.11.1a3
beautifulsoup4~=4.0
ovos-utils~=0.0, >=0.0.28
ovos-bus-client~=0.0.3
ovos-bus-client~=0.0,>=0.0.3
ovos-workshop~=0.0,>=0.0.12
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
neon-minerva[padatious]~=0.2
# TODO: Update to released dependency spec.
#neon-minerva[padatious]~=0.2
neon-minerva[padatious]@git+https://github.com/neongeckocom/neon-minerva@FEAT_BetterCommonQueryTesting
7 changes: 4 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"requirements": {
"python": [
"beautifulsoup4~=4.0",
"neon-utils~=1.0,!=1.9.0",
"ovos-bus-client~=0.0.3",
"ovos-utils~=0.0, >=0.0.28"
"neon-utils[network]~=1.0,>=1.11.1a3",
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0,>=0.0.12"
],
"system": {},
"skill": []
Expand Down
4 changes: 3 additions & 1 deletion test/test_intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ common query:
callback:
- results
- message
- user
- user

ready event: _update_event

0 comments on commit 8b8309d

Please sign in to comment.