Browse Source

🔧 Update config coverage for Pydantic v1 old test

pull/14609/head
Sebastián Ramírez 7 months ago
parent
commit
0d6652bd32
  1. 2
      pyproject.toml

2
pyproject.toml

@ -207,6 +207,8 @@ omit = [
"docs_src/header_param_models/tutorial002_pv1_an_py310.py",
"docs_src/cookie_param_models/tutorial002_pv1_py310.py",
"docs_src/cookie_param_models/tutorial002_pv1_an_py310.py",
# TODO: remove when removing this file, after updating translations
"docs_src/path_operation_advanced_configuration/tutorial007_pv1_py39.py",
]
[tool.coverage.report]

Loading…
Cancel
Save