Ignore vendor directory for tests
This commit is contained in:
parent
48cf43b427
commit
c8a7637978
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ scikit-build = "0.17.6"
|
|||
[tool.poetry.extras]
|
||||
server = ["uvicorn", "fastapi", "pydantic-settings", "sse-starlette"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--ignore=vendor"
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools>=42",
|
||||
|
|
Loading…
Reference in a new issue