fix(tests): reduce some test noise

This commit is contained in:
Ashwin Bharambe 2025-10-16 09:33:52 -07:00
parent 0c368492b7
commit 791cc71cce
5 changed files with 23 additions and 31 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"