You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: suppress uvicorn deprecation warnings in threaded test servers
- Add warnings.filterwarnings in _run_server thread to suppress
asyncio.iscoroutinefunction deprecation (Python 3.14+)
- Add ResourceWarning filter for unclosed sockets during teardown (Windows)
- Add pytest filterwarnings for DeprecationWarning and
PytestUnhandledThreadExceptionWarning in pyproject.toml
0 commit comments