Skip to content

Commit

Permalink
Support ovos-utils 0.1 (#51)
Browse files Browse the repository at this point in the history
* Update dependencies to allow for ovos-utils 0.1

* Update skill.json

* Update test imports

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 5e4c69e commit 9a7f6ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests~=2.20
ifaddr~=0.1
neon-utils~=1.7
ovos-utils~=0.0.28
ovos-utils~=0.0, >=0.0.28
ovos-bus-client~=0.0.5
ovos-workshop~=0.0.12
2 changes: 1 addition & 1 deletion skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ifaddr~=0.1",
"neon-utils~=1.7",
"ovos-bus-client~=0.0.5",
"ovos-utils~=0.0.28",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0.12",
"requests~=2.20"
],
Expand Down
5 changes: 0 additions & 5 deletions test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import shutil
import unittest
import pytest

from os import environ
from os.path import dirname, join
from mock import Mock
from mycroft_bus_client import Message
from ovos_utils.messagebus import FakeBus

from neon_minerva.tests.skill_unit_test_base import SkillTestCase

Expand Down

0 comments on commit 9a7f6ef

Please sign in to comment.