From c5f8e32ab88755724324f3e5ab713a3ca82a5851 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Wed, 20 Nov 2024 20:43:05 +0000 Subject: [PATCH] Add built docs directory to norecursedirs Signed-off-by: Fabrice Normandin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94ca0991..88d68c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ build-backend = "hatchling.build" [tool.pytest.ini_options] testpaths = ["project", "docs"] -norecursedirs = [".venv"] +norecursedirs = [".venv", "site"] # Required to use torch deterministic mode. env = ["CUBLAS_WORKSPACE_CONFIG=:4096:8"] addopts = [