mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
Remove more test requirements (#7574)
* No longer require pyunify during tests * No longer require cast during tests * No longer required dependency for tests * No longer require pymochad for tests * Astral is a core dependency * Avoid having to install datadog dependency during tests * CMUS test doesn't test anything * Frontier Silicon doesn't test anything * No longer require mutagen * Update requirements_test_all.txt * Remove stale comment
This commit is contained in:
@@ -10,6 +10,8 @@ from homeassistant.components.media_player import (
|
||||
from tests.common import (
|
||||
get_test_home_assistant, assert_setup_component, mock_service)
|
||||
|
||||
from .test_init import mutagen_mock # noqa
|
||||
|
||||
|
||||
class TestTTSYandexPlatform(object):
|
||||
"""Test the speech component."""
|
||||
|
||||
Reference in New Issue
Block a user