From 2d6541261dae4a71d8ccccbb50d29fc14e34032e Mon Sep 17 00:00:00 2001 From: samsja Date: Mon, 7 Aug 2023 09:23:06 +0200 Subject: [PATCH] fix: fix readme test Signed-off-by: samsja --- tests/documentation/test_docs.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/documentation/test_docs.py b/tests/documentation/test_docs.py index 60c567d4a30..51a618a3aa5 100644 --- a/tests/documentation/test_docs.py +++ b/tests/documentation/test_docs.py @@ -72,5 +72,12 @@ def test_readme(): check_md_file( fpath='README.md', memory=True, - keyword_ignore=['tensorflow', 'fastapi', 'push', 'langchain', 'MovieDoc'], + keyword_ignore=[ + 'tensorflow', + 'fastapi', + 'push', + 'langchain', + 'MovieDoc', + 'jina', + ], )