8000 misc: only search tests folder for tests · sunnykim1206/llama-cpp-python@5f96621 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f96621

Browse files
committed
misc: only search tests folder for tests
1 parent b9aca61 commit 5f96621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Documentation = "https://llama-cpp-python.readthedocs.io/en/latest/"
7272
Changelog = "https://llama-cpp-python.readthedocs.io/en/latest/changelog/"
7373

7474
[tool.pytest.ini_options]
75-
addopts = "--ignore=vendor"
75+
testpaths = "tests"

0 commit comments

Comments
 (0)
0