From a5a0f36d98e774e70cd1e373788430a0a9d15751 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:55:08 +0000 Subject: [PATCH 1/2] Update requirements.txt bug in ovos.config --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 78b9142..a4cf68f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -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 From a33ac06c3e7f3f0a8b166b0db88819b9146ce3cc Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:00:55 +0000 Subject: [PATCH 2/2] Update test_speech.py --- test/unittests/test_speech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittests/test_speech.py b/test/unittests/test_speech.py index 1451bc1..0e84e58 100644 --- a/test/unittests/test_speech.py +++ b/test/unittests/test_speech.py @@ -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