Skip to content

Commit

Permalink
Update requirements.txt (#53)
Browse files Browse the repository at this point in the history
* Update requirements.txt

bug in ovos.config

* Update test_speech.py
  • Loading branch information
JarbasAl authored Feb 7, 2024
1 parent 00f0b99 commit 2e85702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ovos-utils~=0.0, >=0.0.38
ovos-bus-client~=0.0, >=0.0.8
ovos-config~=0.0,>=0.0.12
ovos-config~=0.0,>=0.0.13a7
ovos-plugin-manager~=0.0, >=0.0.25

2 changes: 1 addition & 1 deletion test/unittests/test_speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def setup_mocks(config_mock, tts_factory_mock, fallback="A"):
"""Do the common setup for the mocks."""
c = Configuration.get()
c = Configuration()
c["tts"] = {"module": "A", "fallback_module": fallback}
config_mock.return_value = c

Expand Down

0 comments on commit 2e85702

Please sign in to comment.