From ac44e5918f1e9e534f1565a1ff112b1aca7ae53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 27 Dec 2025 12:53:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20temporary=20excludes=20for?= =?UTF-8?q?=20Pydantic=20v1=20for=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 28a025caa..d6337f731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,6 +212,8 @@ omit = [ "docs_src/schema_extra_example/tutorial001_pv1_py310.py", "docs_src/schema_extra_example/tutorial001_pv1_py39.py", "docs_src/path_operation_advanced_configuration/tutorial007_pv1_py39.py", + "docs_src/settings/app03_py39/config_pv1.py", + "docs_src/settings/app03_an_py39/config_pv1.py", ] [tool.coverage.report]