Skip to content

Commit

Permalink
ignore botocore deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Feb 14, 2025
1 parent 9d3281e commit 05f4e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ filterwarnings = [
"ignore:`PREFECT_API_URL` should have `/api` after the base URL.:UserWarning",
"ignore:datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version.:DeprecationWarning",
"ignore::DeprecationWarning:pendulum.*", # TODO: remove when pendulum is removed
"ignore::DeprecationWarning:botocore.*",
"ignore::sqlalchemy.exc.SAWarning",
"ignore::ResourceWarning",
"ignore::pytest.PytestUnraisableExceptionWarning",
Expand Down

0 comments on commit 05f4e92

Please sign in to comment.