fix(tests): reduce some test noise (#3825)

a bunch of logger.info()s are good for server code to help debug in
production, but we don't want them killing our unit test output :)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Ashwin Bharambe 2025-10-16 09:52:16 -07:00 committed by GitHub
parent 0c368492b7
commit 07fc8013eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 26 additions and 25 deletions

View file

@ -329,3 +329,4 @@ classmethod-decorators = ["classmethod", "pydantic.field_validator"]
addopts = ["--durations=10"]
asyncio_mode = "auto"
markers = ["allow_network: Allow network access for specific unit tests"]
filterwarnings = "ignore::DeprecationWarning"