Ignore docs directory when running pytest

This commit is contained in:
Correl Roush 2021-03-19 13:14:12 -04:00
parent a04edb6ff9
commit e7e740a274

View file

@ -38,7 +38,7 @@ fail_under = 100
show_missing = true
[tool.pytest.ini_options]
addopts = "--cov=tornado_openapi3 --black --flake8 --mypy"
addopts = "--cov=tornado_openapi3 --black --flake8 --mypy --ignore docs"
[build-system]
requires = ["poetry>=0.12"]