8000 Ignore vendor directory for tests · haoyitedaniu/llama-cpp-python@c8a7637 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8a7637

Browse files
committed
Ignore vendor directory for tests
1 parent 48cf43b commit c8a7637

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ scikit-build = "0.17.6"
3535
[tool.poetry.extras]
3636
server = ["uvicorn", "fastapi", "pydantic-settings", "sse-starlette"]
3737

38+
[tool.pytest.ini_options]
39+
addopts = "--ignore=vendor"
40+
3841
[build-system]
3942
requires = [
4043
"setuptools>=42",

0 commit comments

Comments
 (0)
0