From 3fbc479e1fa375776884da5022fe1dacf3300813 Mon Sep 17 00:00:00 2001 From: miro Date: Tue, 19 Nov 2024 22:04:42 +0000 Subject: [PATCH] fix:allow_workshop_300 --- requirements/tests.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 08bb006e7a7c..24ec8fa3ef09 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,5 @@ coveralls>=1.8.2 flake8>=3.7.9 pytest>=5.2.4 pytest-cov>=2.8.1 -cov-core>=1.15.0 \ No newline at end of file +cov-core>=1.15.0 +ovos-backend-client>=0.1.0,<2.0.0 \ No newline at end of file