........................................................................ [ 87%]
..........                                                               [100%]
=============================== warnings summary ===============================
tests/gateway/test_ntfy_plugin.py::TestOnMessage::test_message_with_other_tags_still_dispatched
  /home/cube/miniconda3/lib/python3.12/asyncio/tasks.py:412: RuntimeWarning: coroutine 'BasePlatformAdapter._keep_typing' was never awaited
    def create_task(coro, *, name=None, context=None):
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/gateway/test_ntfy_plugin.py::TestOnMessage::test_title_not_used_as_user_id
  /home/cube/miniconda3/lib/python3.12/asyncio/timeouts.py:33: RuntimeWarning: coroutine 'BasePlatformAdapter._keep_typing' was never awaited
    def __init__(self, when: Optional[float]) -> None:
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/gateway/test_ntfy_plugin.py::TestEnvEnablement::test_markdown_falsy_values
  /home/cube/projects/richard/.worktrees/nutricoach-v140-impl/.venv/lib/python3.12/site-packages/psutil/__init__.py:999: RuntimeWarning: coroutine 'BasePlatformAdapter._keep_typing' was never awaited
    reverse_ppid_map[ppid].append(pid)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/gateway/test_ntfy_plugin.py::test_adapter_factory_returns_ntfy_adapter
  /home/cube/miniconda3/lib/python3.12/unittest/mock.py:404: RuntimeWarning: coroutine 'BasePlatformAdapter._keep_typing' was never awaited
    def __init__(self, /, *args, **kwargs):
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
82 passed, 4 warnings in 0.84s
