From 110bc6c7b64b18eb6f9eea481fd64419ce64c4ae Mon Sep 17 00:00:00 2001 From: LauraGPT <18321252+LauraGPT@users.noreply.github.com> Date: Fri, 4 Sep 2026 03:09:19 +0000 Subject: [PATCH] test(docs): track FunASR 1.4.14 release Signed-off-by: LauraGPT <18321252+LauraGPT@users.noreply.github.com> --- tests/test_docs_funasr_install_commands.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_docs_funasr_install_commands.py b/tests/test_docs_funasr_install_commands.py index 3fc5c3ecb..163866d1d 100644 --- a/tests/test_docs_funasr_install_commands.py +++ b/tests/test_docs_funasr_install_commands.py @@ -341,8 +341,8 @@ def test_top_level_readmes_surface_current_release_and_edge_runtime(): } for name, text in readmes.items(): - assert 'python -m pip install -U "funasr==1.4.13"' in text, name - assert "https://github.com/modelscope/FunASR/releases/tag/v1.4.13" in text, name + assert 'python -m pip install -U "funasr==1.4.14"' in text, name + assert "https://github.com/modelscope/FunASR/releases/tag/v1.4.14" in text, name assert "runtime-llamacpp-v0.2.6" in text, name assert "https://www.funasr.com/en/deploy/llama-cpp.html" in readmes["README.md"] @@ -386,7 +386,7 @@ def test_repository_roadmap_tracks_current_delivery_and_open_work(): ] for text in docs: - assert "1.4.13" in text + assert "1.4.14" in text assert "v1.3.26" not in text assert "runtime-llamacpp-v0.2.6" in text assert "MOSS-Transcribe-Diarize" in text