Skip to content

Commit

Permalink
Update neon-minerva test dependency to stable spec (#71)
Browse files Browse the repository at this point in the history
* Update neon-minerva test dependency to validate test compat.

* Update dependencies to troubleshoot test failure

* Update skill.json

* Exclude breaking dependency version

* Update skill.json

* Update to resolvable neon-utils version

* Update skill.json

* Update to resolvable neon-utils version

* Update skill.json

* Update neon-utils dependency

* Update skill.json

* Update neon-minerva test dependency to stable spec

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2024
1 parent 035a145 commit cd0831e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
neon-utils~=1.0
neon-utils~=1.0,!=1.9.0
beautifulsoup4~=4.0
ovos-utils~=0.0, >=0.0.28
ovos-bus-client~=0.0.3
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
neon-minerva[padatious]~=0.1,>=0.1.1a5
neon-minerva[padatious]~=0.2
2 changes: 1 addition & 1 deletion skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"requirements": {
"python": [
"beautifulsoup4~=4.0",
"neon-utils~=1.0",
"neon-utils~=1.0,!=1.9.0",
"ovos-bus-client~=0.0.3",
"ovos-utils~=0.0, >=0.0.28"
],
Expand Down

0 comments on commit cd0831e

Please sign in to comment.