Configure pytest to ignore DeprecationWarning (#1727)
Add pytest configuration to ignore specific warnings.
This commit is contained in:
@@ -62,6 +62,10 @@ lint.isort.section-order = [
|
||||
"first-party",
|
||||
"local-folder",
|
||||
]
|
||||
[tool.pytest.ini_options]
|
||||
filterwarnings = [
|
||||
"ignore::DeprecationWarning:litellm.*"
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user