Skip to content

Commit 94e8554

Browse files
committed
pytest ignore::DeprecationWarning:botocore.*:
1 parent be35a7b commit 94e8554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ testpaths = 'tests'
6363
filterwarnings = [
6464
'error',
6565
'ignore:This is a placeholder until pydantic-settings.*:UserWarning',
66+
'ignore::DeprecationWarning:botocore.*:',
6667
]
6768

6869
[tool.coverage.run]

0 commit comments

Comments
 (0)