Skip to content

Commit

Permalink
Ignore vendor directory for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Aug 25, 2023
1 parent 48cf43b commit c8a7637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8a7637

Please sign in to comment.