Configure pytest to ignore DeprecationWarning (#1727)

Add pytest configuration to ignore specific warnings.
This commit is contained in:
Ananya Verma
2026-03-19 20:47:50 +05:30
committed by GitHub
parent 22b7e4b0c3
commit 44b3e0eaa2
+4
View File
@@ -62,6 +62,10 @@ lint.isort.section-order = [
"first-party",
"local-folder",
]
[tool.pytest.ini_options]
filterwarnings = [
"ignore::DeprecationWarning:litellm.*"
]
[dependency-groups]
dev = [