diff --git a/pyproject.toml b/pyproject.toml index 4130972..2f3d3ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,4 +72,4 @@ Documentation = "https://llama-cpp-python.readthedocs.io/en/latest/" Changelog = "https://llama-cpp-python.readthedocs.io/en/latest/changelog/" [tool.pytest.ini_options] -addopts = "--ignore=vendor" +testpaths = "tests"