We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cf43b commit c8a7637Copy full SHA for c8a7637
1 file changed
pyproject.toml
@@ -35,6 +35,9 @@ scikit-build = "0.17.6"
35
[tool.poetry.extras]
36
server = ["uvicorn", "fastapi", "pydantic-settings", "sse-starlette"]
37
38
+[tool.pytest.ini_options]
39
+addopts = "--ignore=vendor"
40
+
41
[build-system]
42
requires = [
43
"setuptools>=42",
0 commit comments