Skip to content

Commit

Permalink
Ignore warning in tests for web.AppKey (#3762)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 4, 2024
1 parent 2c02efe commit 92c0e05
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 @@ -18,6 +18,7 @@ asyncio_mode="auto"
addopts = "-rxf -l --cov=./ --cov-report=xml"
filterwarnings = [
"ignore::DeprecationWarning",
"ignore:It is recommended to use web.AppKey instances for keys"
]
log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(filename)s:%(lineno)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"
Expand Down

0 comments on commit 92c0e05

Please sign in to comment.