.........                                                                [100%]
=============================== warnings summary ===============================
.venv/lib/python3.12/site-packages/fastapi/testclient.py:1
  /home/mnvgowda/MNVProjects/codeCTO/.venv/lib/python3.12/site-packages/fastapi/testclient.py:1: StarletteDeprecationWarning: Using `httpx` with `starlette.testclient` is deprecated; install `httpx2` instead.
    from starlette.testclient import TestClient as TestClient  # noqa

src/venruk/dashboard/server.py:52
  /home/mnvgowda/MNVProjects/codeCTO/src/venruk/dashboard/server.py:52: DeprecationWarning: 
          on_event is deprecated, use lifespan event handlers instead.
  
          Read more about it in the
          [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/).
          
    @app.on_event("startup")

.venv/lib/python3.12/site-packages/fastapi/applications.py:4675
  /home/mnvgowda/MNVProjects/codeCTO/.venv/lib/python3.12/site-packages/fastapi/applications.py:4675: DeprecationWarning: 
          on_event is deprecated, use lifespan event handlers instead.
  
          Read more about it in the
          [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/).
          
    return self.router.on_event(event_type)  # ty: ignore[deprecated]

tests/integration/phase5/test_wavec_e2e.py: 45 warnings
  /home/mnvgowda/MNVProjects/codeCTO/.venv/lib/python3.12/site-packages/pathspec/pathspec.py:326: DeprecationWarning: GitWildMatchPattern ('gitwildmatch') is deprecated. Use 'gitignore' for GitIgnoreBasicPattern or GitIgnoreSpecPattern instead.
    patterns = [use_factory(__line) for __line in lines if __line]  # type: ignore[arg-type]

tests/integration/phase5/test_wavec_e2e.py: 45 warnings
  /home/mnvgowda/MNVProjects/codeCTO/.venv/lib/python3.12/site-packages/pathspec/pattern.py:125: DeprecationWarning: GitWildMatchPattern ('gitwildmatch') is deprecated. Use 'gitignore' for GitIgnoreBasicPattern or GitIgnoreSpecPattern instead.
    raw_regex, include = self.pattern_to_regex(pattern)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
9 passed, 93 warnings in 3.39s
