Add Python 3.10 to CI (#59729)
This commit is contained in:
parent
7012375bf1
commit
276fd4f42c
35 changed files with 99 additions and 428 deletions
|
@ -1,8 +1,13 @@
|
|||
"""Test Z-Wave workarounds."""
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.zwave import const, workaround
|
||||
|
||||
from tests.mock.zwave import MockNode, MockValue
|
||||
|
||||
# Integration is disabled
|
||||
pytest.skip("Integration has been disabled in the manifest", allow_module_level=True)
|
||||
|
||||
|
||||
def test_get_device_no_component_mapping():
|
||||
"""Test that None is returned."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue