mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +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:
@@ -38,18 +38,15 @@ TEST_REQUIREMENTS = (
|
||||
'uvcclient',
|
||||
'somecomfort',
|
||||
'aioautomatic',
|
||||
'pyunifi',
|
||||
'SoCo',
|
||||
'libsoundtouch',
|
||||
'rxv',
|
||||
'apns2',
|
||||
'sqlalchemy',
|
||||
'forecastio',
|
||||
'astral',
|
||||
'aiohttp_cors',
|
||||
'pilight',
|
||||
'fuzzywuzzy',
|
||||
'datadog',
|
||||
'rflink',
|
||||
'ring_doorbell',
|
||||
'sleepyq',
|
||||
@@ -59,21 +56,14 @@ TEST_REQUIREMENTS = (
|
||||
'evohomeclient',
|
||||
'pexpect',
|
||||
'hbmqtt',
|
||||
'pychromecast',
|
||||
'pycmus',
|
||||
'fsapi',
|
||||
'paho',
|
||||
'jwt',
|
||||
'dsmr_parser',
|
||||
'mficlient',
|
||||
'pmsensor',
|
||||
'yahoo-finance',
|
||||
'pymochad',
|
||||
'mutagen',
|
||||
'ha-ffmpeg',
|
||||
'gTTS-token',
|
||||
'pywebpush',
|
||||
'pyelliptic',
|
||||
'PyJWT',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user