misc: only search tests folder for tests

This commit is contained in:
Andrei Betlen 2024-02-23 03:40:25 -05:00
parent b9aca612af
commit 5f96621e92

View file

@ -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"