Skip to content

Commit

Permalink
Remove mock dependency and refactor test to use unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 8, 2023
1 parent e64500c commit 564fe33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mock~=4.0
neon-minerva @ git+https://github.com/neongeckocom/neon-minerva@FEAT_SkillTestBaseClass
2 changes: 1 addition & 1 deletion test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from neon_minerva.tests.skill_unit_test_base import SkillTestCase

from threading import Event
from mock import Mock
from unittest.mock import Mock
from ovos_bus_client.message import Message


Expand Down

0 comments on commit 564fe33

Please sign in to comment.