Skip to content

Commit

Permalink
Silence deprecation warnings from botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
bpandola authored Jan 20, 2025
1 parent 58c4f56 commit 27fa361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
addopts = "--color=yes"
filterwarnings = [
# https://github.com/boto/boto3/issues/3889#issuecomment-2578155761
"ignore:datetime.datetime.utcnow:DeprecationWarning:botocore"
]
markers = [
"network: requires network connection",
"requires_docker: requires running docker",
Expand Down

0 comments on commit 27fa361

Please sign in to comment.