From 5f96621e92a0a5408ab479aaad1ccffc0a10d4d1 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 23 Feb 2024 03:40:25 -0500 Subject: [PATCH] misc: only search tests folder for tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"