Ignore the tree-sitter directory for tests

This commit is contained in:
John Doty 2024-09-05 14:52:10 -07:00
parent ea5fab4e4e
commit d466f5d173

View file

@ -30,6 +30,9 @@ exclude = ["historical", ".venv"]
venvPath = "."
venv = ".venv"
[tool.pytest.ini_options]
norecursedirs = "tree-sitter-fine"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"