.......                                                                  [100%]
=============================== warnings summary ===============================
tests/unit/workflow/test_workflow_publishers.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/workflow/test_workflow_publishers.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
7 passed, 70 warnings in 1.34s
