From e7e740a274763eccb7de5658d6d01e11aa1fd3d3 Mon Sep 17 00:00:00 2001 From: Correl Date: Fri, 19 Mar 2021 13:14:12 -0400 Subject: [PATCH] Ignore docs directory when running pytest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7db8875..f319f69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]