From 98e8740d1b58ba8565899908f249d233f7ccbbfd Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 12 Dec 2025 09:46:20 +0100 Subject: [PATCH] Fix coverage list of omitted files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bd1ba407..ede080c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -200,7 +200,7 @@ relative_files = true context = '${CONTEXT}' dynamic_context = "test_function" omit = [ - "docs_src/response_model/tutorial003_04.py", + "docs_src/response_model/tutorial003_04_py39.py", "docs_src/response_model/tutorial003_04_py310.py", ]