Skip to content

Commit

Permalink
chore: relax pytest warning config
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jul 28, 2024
1 parent f7170f1 commit b675034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ ignore_missing_imports = true

[tool.pytest.ini_options]
filterwarnings = [
"error",
"ignore:inheritance class OAuth2Client from ClientSession is discouraged:DeprecationWarning", # https://github.com/VITObelgium/aiohttp-oauth2-client/issues/1
"ignore:datetime.datetime.utcnow.*:DeprecationWarning:botocore", # https://github.com/boto/boto3/issues/3889
]

[tool.ruff.lint]
Expand Down

0 comments on commit b675034

Please sign in to comment.