mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Disable dependency checks and tests for disabled EE Brightbox integration (#52304)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
"""Support for EE Brightbox router."""
|
"""Support for EE Brightbox router."""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
# pylint: disable=import-error
|
||||||
from eebrightbox import EEBrightBox, EEBrightBoxException
|
from eebrightbox import EEBrightBox, EEBrightBoxException
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
|
@@ -9,6 +9,9 @@ from homeassistant.components.device_tracker import DOMAIN
|
|||||||
from homeassistant.const import CONF_PASSWORD, CONF_PLATFORM
|
from homeassistant.const import CONF_PASSWORD, CONF_PLATFORM
|
||||||
from homeassistant.setup import async_setup_component
|
from homeassistant.setup import async_setup_component
|
||||||
|
|
||||||
|
# Integration is disabled
|
||||||
|
pytest.skip("Integration has been disabled in the manifest", allow_module_level=True)
|
||||||
|
|
||||||
|
|
||||||
def _configure_mock_get_devices(eebrightbox_mock):
|
def _configure_mock_get_devices(eebrightbox_mock):
|
||||||
eebrightbox_instance = eebrightbox_mock.return_value
|
eebrightbox_instance = eebrightbox_mock.return_value
|
||||||
|
Reference in New Issue
Block a user