Skip to content

Commit

Permalink
Silence utcnow deprecation warnings from botocore (#8508)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpandola authored Jan 20, 2025
1 parent 58c4f56 commit 2b2e1bb
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 2b2e1bb

Please sign in to comment.