........................................................................ [ 21%]
........................................................................ [ 42%]
........................................................................ [ 64%]
........................................................................ [ 85%]
................................................                         [100%]
=============================== warnings summary ===============================
tests/unit/pipeline/test_graph_stage.py::TestGraphStageRegression::test_attack_path_lookup_works_on_produced_graph
  /home/mnvgowda/MNVProjects/codeCTO/tests/unit/pipeline/test_graph_stage.py:292: DeprecationWarning: KnowledgeGraph.find_attack_paths() is deprecated; use RiskStage attack_paths from ScanService.
    paths = ctx.graph.find_attack_paths(["file:src/api/app.py"])

tests/unit/pipeline/test_graph_stage.py: 45 warnings
tests/unit/pipeline/test_p14_pipeline_observability.py: 40 warnings
tests/unit/pipeline/test_p14a_truthful_status.py: 5 warnings
tests/unit/pipeline/test_pipeline_integration.py: 65 warnings
tests/unit/pipeline/test_stages.py: 35 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/unit/pipeline/test_graph_stage.py: 45 warnings
tests/unit/pipeline/test_p14_pipeline_observability.py: 40 warnings
tests/unit/pipeline/test_p14a_truthful_status.py: 5 warnings
tests/unit/pipeline/test_pipeline_integration.py: 65 warnings
tests/unit/pipeline/test_stages.py: 35 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
