. [100%] =============================== warnings summary =============================== tests/gateway/test_discord_race_polish.py::test_concurrent_joins_do_not_double_connect /home/cube/projects/richard/.worktrees/nutricoach-v140-impl/plugins/platforms/discord/adapter.py:2520: RuntimeWarning: coroutine 'DiscordAdapter._voice_timeout_handler' was never awaited self._voice_timeout_tasks[guild_id] = asyncio.ensure_future( 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_discord_race_polish.py::test_concurrent_joins_do_not_double_connect /home/cube/projects/richard/.worktrees/nutricoach-v140-impl/plugins/platforms/discord/adapter.py:2379: RuntimeWarning: coroutine 'DiscordAdapter._voice_listen_loop' was never awaited self._voice_listen_tasks[guild_id] = asyncio.ensure_future( 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 1 passed, 2 warnings in 0.28s