Drop asynctest (#44746)
This commit is contained in:
parent
2b0556520b
commit
65cf2fcb6f
906 changed files with 1360 additions and 1254 deletions
|
@ -1,4 +1,6 @@
|
|||
"""Tests for 1-Wire devices connected on OWServer."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from pyownet.protocol import Error as ProtocolError
|
||||
import pytest
|
||||
|
||||
|
@ -30,7 +32,6 @@ from homeassistant.setup import async_setup_component
|
|||
|
||||
from . import setup_onewire_patched_owserver_integration
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import mock_device_registry, mock_registry
|
||||
|
||||
MOCK_DEVICE_SENSORS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue