diff --git a/pyproject.toml b/pyproject.toml index 7709451ff..28e7f6805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,6 +199,7 @@ dynamic_context = "test_function" omit = [ "docs_src/response_model/tutorial003_04.py", "docs_src/response_model/tutorial003_04_py310.py", + "tests/test_dependency_pep695_py312.py" # syntax error for version < py312 ] [tool.coverage.report]