Browse Source

ignore py312 file for coverage: SyntaxError

pull/13920/head
lokidev 1 year ago
committed by Albin Skott
parent
commit
6edc7e2b2c
Failed to extract signature
  1. 1
      pyproject.toml

1
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]

Loading…
Cancel
Save