Skip to content

Commit

Permalink
Add built docs directory to norecursedirs
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 20, 2024
1 parent e468c07 commit c5f8e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c5f8e32

Please sign in to comment.